Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / Subscript Property

In This Topic
    Subscript Property
    In This Topic
    Gets or sets a value indicating if the glyphs should be displayed as subscript.

    Setting this property to true also sets the Superscript property to false.

    Syntax
    'Declaration
     
    Public Property Subscript As System.Boolean
    public System.bool Subscript {get; set;}
    See Also