Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DefaultSize Property


In This Topic
    DefaultSize Property (FpSpread)
    In This Topic
    Gets the default size of the component.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property DefaultSize As Size
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Size
     
    value = instance.DefaultSize
    protected override Size DefaultSize {get;}
    See Also