Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SpinButton Class / Size Property


In This Topic
    Size Property (SpinButton)
    In This Topic
    Gets the size of the SideButtonBase.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Size As Size
    'Usage
     
    
    Dim instance As SpinButton
    Dim value As Size
     
    value = instance.Size
    public override Size Size {get;}

    Property Value

    A System.Drawing.Size value that indicates the size of the SideButtonBase.
    See Also