Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / Size Property


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

    Property Value

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