Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / GetDefaultSize Method / GetDefaultSize(AutoShapeType) Method
target shape type


In This Topic
    GetDefaultSize(AutoShapeType) Method
    In This Topic
    Get default size for specified shape type.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetDefaultSize( _
       ByVal shapeType As AutoShapeType _
    ) As Size
    'Usage
     
    
    Dim shapeType As AutoShapeType
    Dim value As Size
     
    value = UIHelper.GetDefaultSize(shapeType)
    public static Size GetDefaultSize( 
       AutoShapeType shapeType
    )

    Parameters

    shapeType
    target shape type
    See Also