[]
Gets or sets the spin button style which used when spin button is rendered.
[Bindable(true)]
public Style SpinButtonStyle { get; set; }
<Bindable(True)>
Public Property SpinButtonStyle As Style
Type | Description |
---|---|
Style | A Style value used for spin button. |
For spin button, user can only set the properties through this property. User can set the spin button's visual, layout and behavior.
The following code provides an example of using GrapeCity.Windows.InputMan.GcNumber.DropDownButtonStyle and GrapeCity.Windows.InputMan.GcNumber.SpinButtonStyle properties.