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




The direction of the text.

Syntax

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

See Also

© 2010 All Rights Reserved.