The map resources used to display the image for the given magnification.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The map resources used to display the image for the given magnification.")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapResourceManagerEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Resources")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
Public Property MapResourceManager As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Magnifier
Dim value As String
instance.MapResourceManager = value
value = instance.MapResourceManager
|
| C# | |
|---|
[ResDescriptionAttribute("The map resources used to display the image for the given magnification.")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.MapResourceManagerEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Resources")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
public string MapResourceManager {get; set;} |
Return Value
ID of the MapResourceManager control.
Remarks
See Also