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




The anchor position of the text relative to the Image.

Syntax

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

See Also

© 2010 All Rights Reserved.