Interface IPointSymbolization2D
Symbolization characteristics for points.
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPointSymbolization2D : ICloneableLayerElement<IPointSymbolization2D>
Properties
| Improve this Doc View SourceSymbol
Gets or sets the symbol.
Declaration
ISymbol Symbol { get; set; }
Property Value
Type | Description |
---|---|
ISymbol | The symbol. |