'Declaration Property Superscript As Boolean
'Usage Dim instance As IFont Dim value As Boolean instance.Superscript = value value = instance.Superscript
bool Superscript {get; set;}
Property Value
true
if superscript; otherwise, false
.'Declaration Property Superscript As Boolean
'Usage Dim instance As IFont Dim value As Boolean instance.Superscript = value value = instance.Superscript
bool Superscript {get; set;}
true
if superscript; otherwise, false
.