Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Outline Property


In This Topic
Outline Property (Font)
In This Topic
Gets a value indicating whether this Font is outline.
Syntax
'Declaration
 
Public Property Outline As Boolean
 
'Usage
 
Dim instance As Font
Dim value As Boolean
 
instance.Outline = value
 
value = instance.Outline

Property Value

true if this Font is outline; otherwise, false.
See Also