True if the font is formatted as superscript; False by default.
bool Superscript {get; set;}
'Declaration
Property Superscript As Boolean
'Usage
Dim instance As IFont
Dim value As Boolean
instance.Superscript = value
value = instance.Superscript
Property Value
true
if superscript; otherwise,
false
.