[]
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 | The style is used to spin button when it's rendered. |
User can set spin button's visual, layout and behavior through this property.
The following code provides an example of using SpinButtonStyle property.