ESRI.ArcGIS.ADF.Web.UI.WebControls
YLabel Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GoToLocation Class : YLabel Property




Value for Y Label.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Label used to define the Y coordinate.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Go To Location Control")>
Public Property YLabel As String
Visual Basic (Usage)Copy Code
Dim instance As GoToLocation
Dim value As String
 
instance.YLabel = value
 
value = instance.YLabel
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Label used to define the Y coordinate.")]
[DefaultValueAttribute()]
[ResCategoryAttribute("Go To Location Control")]
public string YLabel {get; set;}

See Also

© 2010 All Rights Reserved.