ESRI.ArcGIS.ADF.Web.UI.WebControls
LayerFormat Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapTips Class : LayerFormat Property




The LayerFormat used for the maptip.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormatEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.LayerFormatConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<BrowsableAttribute(False)>
<ResDescriptionAttribute("Defines how the features of layers in a map resource are symbolized and how their field values are formatted for display.")>
Public Property LayerFormat As LayerFormat
Visual Basic (Usage)Copy Code
Dim instance As MapTips
Dim value As LayerFormat
 
instance.LayerFormat = value
 
value = instance.LayerFormat
C# 
[ResCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.LayerFormatEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[TypeConverterAttribute("ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.LayerFormatConverter, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[BrowsableAttribute(false)]
[ResDescriptionAttribute("Defines how the features of layers in a map resource are symbolized and how their field values are formatted for display.")]
public LayerFormat LayerFormat {get; set;}

See Also

© 2010 All Rights Reserved.