Interface IMapDefinitionBase
Represents the base interface of map definitions and their runtime forms
Namespace: OSGeo.MapGuide.ObjectModels.MapDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapDefinitionBase
Properties
| Improve this Doc View SourceBackgroundColor
Gets or sets the color of the background.
Declaration
Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the background. |
CoordinateSystem
Gets the coordinate system. Layers whose coordinate system does not match will be re-projecte to this coordinate system when rendering
Declaration
string CoordinateSystem { get; }
Property Value
Type | Description |
---|---|
System.String | The coordinate system. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |