Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / TextFont Property


In This Topic
    TextFont Property (Shape)
    In This Topic
    Gets the font settings of the shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextFont As Font
    'Usage
     
    
    Dim instance As Shape
    Dim value As Font
     
    value = instance.TextFont
    public Font TextFont {get;}
    See Also