Subscript Property (FontInfo)
True if the font is formatted as subscript. False by default.
public bool Subscript {get; set;}
'Declaration
Public Property Subscript As Boolean
'Usage
Dim instance As FontInfo
Dim value As Boolean
instance.Subscript = value
value = instance.Subscript
Property Value
true
if subscript; otherwise,
false
.