ArcFM Responder Mobile Developer Guide
Background Property (MMMapSurroundFrame)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
Property Background As ESRI.ArcGIS.Carto.IBackground
'Usage
 
Dim instance As MMMapSurroundFrame
Dim value As ESRI.ArcGIS.Carto.IBackground
 
instance.Background = value
 
value = instance.Background
[System.Runtime.InteropServices.DispId(1610678275)]
ESRI.ArcGIS.Carto.IBackground Background {get; set;}
read-write property Background: ESRI.ArcGIS.Carto.IBackground; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get,set Background : ESRI.ArcGIS.Carto.IBackground
[System.Runtime.InteropServices.DispId(1610678275)]
__property ESRI.ArcGIS.Carto.IBackground* get_Background();
__property void set_Background( 
   ESRI.ArcGIS.Carto.IBackground* value
);
[System.Runtime.InteropServices.DispId(1610678275)]
property ESRI.ArcGIS.Carto.IBackground^ Background {
   ESRI.ArcGIS.Carto.IBackground^ get();
   void set (    ESRI.ArcGIS.Carto.IBackground^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMMapSurroundFrame Interface
MMMapSurroundFrame Members

Send Feedback