Interface IAreaSymbolizationFill
Symbolization characteristics for areas.
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IAreaSymbolizationFill : ICloneableLayerElement<IAreaSymbolizationFill>
Properties
| Improve this Doc View SourceFill
Gets or sets the style of the polygon fill.
Declaration
IFill Fill { get; set; }
Property Value
Type | Description |
---|---|
IFill |
Stroke
Gets or sets the style of the polygon edge
Declaration
IStroke Stroke { get; set; }
Property Value
Type | Description |
---|---|
IStroke |