Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / GetFont Method
The shape that want to get font
Output font


In This Topic
    GetFont Method (Shape)
    In This Topic
    Get the text's font of the shape
    Syntax
    'Declaration
     
    
    Public Shared Function GetFont( _
       ByVal s As IShape, _
       ByRef font As Font _
    ) As Boolean
    'Usage
     
    
    Dim s As IShape
    Dim font As Font
    Dim value As Boolean
     
    value = Shape.GetFont(s, font)
    public static bool GetFont( 
       IShape s,
       out Font font
    )

    Parameters

    s
    The shape that want to get font
    font
    Output font
    See Also