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
public bool Outline {get; set;}
Property Value
true
if this
Font is outline; otherwise,
false
.
See Also