ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / VerticalText Property

In This Topic
    VerticalText Property (Page)
    In This Topic
    Sets or returns a value indicating whether to draw text vertically when using the DrawText method.
    Syntax
    'Declaration
     
    Public Property VerticalText As Boolean
    public bool VerticalText {get; set;}

    Property Value

    true if [vertical text]; otherwise, false.
    See Also