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




The alignment of the text relative to the text position specified.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The alignment of the text relative to the text position specified.")>
<ResCategoryAttribute("Text")>
<NotifyParentPropertyAttribute(True)>
Public Property TextAlignment As Alignment
Visual Basic (Usage)Copy Code
Dim instance As CopyrightText
Dim value As Alignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
C# 
[ResDescriptionAttribute("The alignment of the text relative to the text position specified.")]
[ResCategoryAttribute("Text")]
[NotifyParentPropertyAttribute(true)]
public Alignment TextAlignment {get; set;}

See Also

© 2010 All Rights Reserved.