ActiveReports Developer 7
RightToLeft Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > TextBox Class : RightToLeft Property

Glossary Item Box

Sets or returns a value indicating whether control's elements are aligned to support locales using right-to-left fonts.

Syntax

Visual Basic (Declaration) 
Public Property RightToLeft As System.Boolean
C# 
public System.bool RightToLeft {get; set;}

See Also