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


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

    Property Value

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