Interface IFill
Represents a fill
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFill : ICloneableLayerElement<IFill>
Properties
| Improve this Doc View SourceBackgroundColor
Gets or sets the background color
Declaration
string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FillPattern
Gets or sets the fill pattern
Declaration
string FillPattern { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ForegroundColor
Gets or sets the foreground color
Declaration
string ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |