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