Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadHScrollBar Class / DefaultSize Property


In This Topic
    DefaultSize Property (SpreadHScrollBar)
    In This Topic
    Gets the default size of the control.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultSize As Size
    'Usage
     
    
    Dim instance As SpreadHScrollBar
    Dim value As Size
     
    value = instance.DefaultSize
    protected virtual Size DefaultSize {get;}

    Property Value

    The default System.Drawing.Size of the control.
    See Also