Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / Direction Property

In This Topic
    Direction Property (Style)
    In This Topic
    Gets or sets a value indicating whether text is written left-to-right or right-to-left. Does not affect the text alignment unless General alignment is used.
    Syntax
    'Declaration
     
    Public Property Direction As RdlEnum(Of TextDirection)
    public RdlEnum<TextDirection> Direction {get; set;}
    See Also