Spread WinForms 15
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
See Also