SpinButtonStyle Property (GcMask)
In This Topic
Gets or sets the spin button style which used when spin button is rendered.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property SpinButtonStyle As Style
'Usage
Dim instance As GcMask
Dim value As Style
instance.SpinButtonStyle = value
value = instance.SpinButtonStyle
[Bindable(true)]
public Style SpinButtonStyle {get; set;}
Property Value
The style is used to spin button when it's rendered.
Example
The following code provides an example of using
GcNumber.SpinButtonStyle property.
See Also