Interface IW2DSymbol
Represents a DWF-based W2D symbol
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IW2DSymbol : ISymbol, ICloneableLayerElement<IW2DSymbol>
Properties
| Improve this Doc View SourceFillColor
Gets or sets the fill color
Declaration
string FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineColor
Gets or sets the line color
Declaration
string LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Gets or sets the text color
Declaration
string TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
W2DSymbol
Gets or sets the reference to the symbol
Declaration
ISymbolReference W2DSymbol { get; set; }
Property Value
Type | Description |
---|---|
ISymbolReference |