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