ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / Angle Property

In This Topic
    Angle Property (Style)
    In This Topic
    Gets or sets a number of degrees the text is rorated counter-clockwise.
    Syntax
    'Declaration
     
    Public Property Angle As ExpressionInfo
    public ExpressionInfo Angle {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.Single value indicating the number of degrees the text is rorated counter-clockwise.
    Remarks
    Negative value indicating a clockwise rotation.
    See Also