Gets a value indicating whether this
Font is extend.
public bool Extend {get; set;}
'Declaration
Public Property Extend As Boolean
'Usage
Dim instance As Font
Dim value As Boolean
instance.Extend = value
value = instance.Extend
Property Value
true
if this
Font is extend; otherwise,
false
.