Interface IMarkSymbol
Stylization of a predefined shape (ShapeType)
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMarkSymbol : ISymbol, ICloneableLayerElement<IMarkSymbol>
Properties
| Improve this Doc View SourceEdge
Gets or sets the outline settings
Declaration
IStroke Edge { get; set; }
Property Value
Type | Description |
---|---|
IStroke |
Fill
Gets or sets the fill settings
Declaration
IFill Fill { get; set; }
Property Value
Type | Description |
---|---|
IFill |
Shape
Gets or sets the type of shape
Declaration
ShapeType Shape { get; set; }
Property Value
Type | Description |
---|---|
ShapeType |