ESRI.ArcGIS.ADF.Web.UI.WebControls
TextPosition Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ToolbarBase Class : TextPosition Property




Position of the text with reference to the image on a Command or Tool. Applies only to toolbars with the ImageAndText ToolbarStyle.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Position of the text with reference to the image on a Command or Tool.  Applies only to toolbars with the ImageAndText ToolbarStyle.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
<PersistenceModeAttribute()>
Public Property TextPosition As TextPosition
Visual Basic (Usage)Copy Code
Dim instance As ToolbarBase
Dim value As TextPosition
 
instance.TextPosition = value
 
value = instance.TextPosition
C# 
[ResDescriptionAttribute("Position of the text with reference to the image on a Command or Tool.  Applies only to toolbars with the ImageAndText ToolbarStyle.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Appearance")]
[PersistenceModeAttribute()]
public TextPosition TextPosition {get; set;}

Remarks

This determines the position of the text relative to the image, when the tool or command displays both image and text. Valid TextPosition values are Bottom (the default), Top, Left and Right.

See Also

© 2010 All Rights Reserved.