ESRI.ArcGIS.ADF.Web.UI.WebControls
RightToLeft Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CopyrightText Class : RightToLeft Property




The reading order of the text.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The reading order of the text.")>
Public Property RightToLeft As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CopyrightText
Dim value As Boolean
 
instance.RightToLeft = value
 
value = instance.RightToLeft
C# 
[PersistenceModeAttribute()]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The reading order of the text.")]
public bool RightToLeft {get; set;}

Remarks

The default read order is false, or left to right.

See Also

© 2010 All Rights Reserved.