SpinButtonStyle Property (GcDateTime)
Gets or sets a
System.Windows.Style which used to render
GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.
'Declaration
<BindableAttribute(True)>
Public Property SpinButtonStyle As Style
'Usage
Dim instance As GcDateTime
Dim value As Style
instance.SpinButtonStyle = value
value = instance.SpinButtonStyle
[Bindable(true)]
public Style SpinButtonStyle {get; set;}
Property Value
A
System.Windows.Style value used to set spin button's properties.
The following code provides an example of using
DropDownButtonStyle and
SpinButtonStyle properties.