ActiveReports 12
RightToLeft Property (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : RightToLeft Property
Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
Syntax
'Declaration
 
Public Property RightToLeft As RightToLeft
public RightToLeft RightToLeft {get; set;}

Property Value

One of the System.Windows.Forms.RightToLeft values. The default is System.Windows.Forms.RightToLeft.Inherit.
Exceptions
ExceptionDescription
The assigned value is not one of the System.Windows.Forms.RightToLeft values.
See Also

Reference

GroupEditor Class
GroupEditor Members