Gets a value indicating whether this
Font is outline.
public bool Outline {get; set;}
'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
.