ESRI.ArcGIS.ADF.Web.UI.WebControls
Alignment Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DockExtender Class : Alignment Property




Alignment for control. Default is TopLeft.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Alignment for control. Default is TopLeft.")>
<ExtenderControlPropertyAttribute()>
<ClientPropertyNameAttribute("alignment")>
<DefaultValueAttribute()>
Public Property Alignment As ContentAlignment
Visual Basic (Usage)Copy Code
Dim instance As DockExtender
Dim value As ContentAlignment
 
instance.Alignment = value
 
value = instance.Alignment
C# 
[ResDescriptionAttribute("Alignment for control. Default is TopLeft.")]
[ExtenderControlPropertyAttribute()]
[ClientPropertyNameAttribute("alignment")]
[DefaultValueAttribute()]
public ContentAlignment Alignment {get; set;}

See Also

© 2010 All Rights Reserved.