Spread Windows Forms 12.0 Product Documentation
Outline Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Outline Property
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
public bool Outline {get; set;}

Property Value

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

Reference

Font Structure
Font Members