In This Topic
Gets or sets a value indicating whether to make the text superscript.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(False)>
Public Property Superscript As System.Boolean
'Usage
Dim instance As Font
Dim value As System.Boolean
instance.Superscript = value
value = instance.Superscript
[System.ComponentModel.DefaultValue(false)]
public System.bool Superscript {get; set;}
public read-write property Superscript: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set Superscript : System.boolean
[System.ComponentModel.DefaultValue(false)]
public: __property System.bool get_Superscript();
public: __property void set_Superscript(
System.bool value
);
[System.ComponentModel.DefaultValue(false)]
public:
property System.bool Superscript {
System.bool get();
void set ( System.bool value);
}
See Also