ESRI.ArcGIS.ADF.Web.UI.WebControls
IsRightToLeft Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapIdentify Class : IsRightToLeft Property




Orientation of Identify tool

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Indicates if the identify tool displays text that flows from right to left")>
<ResCategoryAttribute("Identify Tool")>
<PersistenceModeAttribute()>
Public Property IsRightToLeft As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapIdentify
Dim value As Boolean
 
instance.IsRightToLeft = value
 
value = instance.IsRightToLeft
C# 
[ResDescriptionAttribute("Indicates if the identify tool displays text that flows from right to left")]
[ResCategoryAttribute("Identify Tool")]
[PersistenceModeAttribute()]
public bool IsRightToLeft {get; set;}

See Also

© 2010 All Rights Reserved.