Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / SpinButtonStyle Property
Example


In This Topic
    SpinButtonStyle Property (GcNumber)
    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 GcNumber
    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 for spin button.
    Remarks
    For spin button, user can only set the properties through this property. User can set the spin button's visual, layout and behavior.
    Example
    See Also