ToolbarButtonStyle Property
Style flags of the button.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public byte Style { get; set; }
Public Property Style As Byte
Get
Set
Dim instance As ToolbarButton
Dim value As Byte
value = instance.Style
instance.Style = value
public:
property unsigned char Style {
unsigned char get ();
void set (unsigned char value);
}
member Style : byte with get, set
No code example is currently available or this language may not be supported.
Property Value
Byte