ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / TextAngle Property

In This Topic
    TextAngle Property (Field)
    In This Topic
    Gets or sets the angle of text rotation within the field (including barcodes).
    Syntax
    'Declaration
     
    Public Property TextAngle As Single
    public float TextAngle {get; set;}
    Remarks
    Note that some output/export formats (such as HTML, RTF and plain text) do not support rotated text.
    See Also