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


In This Topic
    SpinButtonStyle Property (GcMask)
    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 GcMask
    Dim value As Style
     
    instance.SpinButtonStyle = value
     
    value = instance.SpinButtonStyle
    [Bindable(true)]
    public Style SpinButtonStyle {get; set;}

    Property Value

    The style is used to spin button when it's rendered.
    Remarks
    User can set spin button's visual, layout and behavior through this property.
    Example
    The following code provides an example of using GcNumber.SpinButtonStyle property.
    See Also