ESRI.ArcGIS.ADF.Web.UI.WebControls
IsRightToLeft Property
See Also  Send Feedback
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(PersistenceMode.Attribute)>
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(PersistenceMode.Attribute)]
public bool IsRightToLeft {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.