PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Style Class / TextPosition Property

In This Topic
    TextPosition Property (Style)
    In This Topic
    Gets or sets a value indicating whether text is rendered normally, or as superscript or subscript.
    Syntax
    'Declaration
     
    Public Property TextPosition As TextPositionEnum
    public TextPositionEnum TextPosition {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is normal text.

    See Also