ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapTitle Class / Angle Property

In This Topic
    Angle Property (MapTitle)
    In This Topic
    Angle of rotation for the title. An expression should evaluate to a System.Double. The default value is 0.
    Syntax
    'Declaration
     
    Public Property Angle As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Angle {get; set;}
    See Also