ButtonConfigHelper.IconStyle 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.
Modifies the button's icon rendering style.
public:
property Microsoft::MixedReality::Toolkit::UI::ButtonIconStyle IconStyle { Microsoft::MixedReality::Toolkit::UI::ButtonIconStyle get(); void set(Microsoft::MixedReality::Toolkit::UI::ButtonIconStyle value); };
public Microsoft.MixedReality.Toolkit.UI.ButtonIconStyle IconStyle { get; set; }
member this.IconStyle : Microsoft.MixedReality.Toolkit.UI.ButtonIconStyle with get, set
Public Property IconStyle As ButtonIconStyle