ButtonConfigHelper.IconSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The button's icon set. Note that setting this will not automatically assign an icon from the new set.
public:
property Microsoft::MixedReality::Toolkit::UI::ButtonIconSet ^ IconSet { Microsoft::MixedReality::Toolkit::UI::ButtonIconSet ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::ButtonIconSet ^ value); };
public Microsoft.MixedReality.Toolkit.UI.ButtonIconSet IconSet { get; set; }
member this.IconSet : Microsoft.MixedReality.Toolkit.UI.ButtonIconSet with get, set
Public Property IconSet As ButtonIconSet