Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Style Class / TextAngle Property

In This Topic
    TextAngle Property (Style)
    In This Topic
    Gets or sets the text rotation angle, in degrees counterclockwise from the X axis.
    Syntax
    'Declaration
     
    Public Property TextAngle As Single
    public float TextAngle {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is 0.

    See Also