Interface IPathGraphic
A path
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IPathGraphic : IGraphicBase
Properties
| Improve this Doc View SourceFillColor
Gets or sets the color of the fill.
Declaration
string FillColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the fill. |
Geometry
Gets or sets the geometry.
Declaration
string Geometry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The geometry. |
LineCap
Gets or sets the line cap.
Declaration
string LineCap { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line cap. |
LineColor
Gets or sets the color of the line.
Declaration
string LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the line. |
LineJoin
Gets or sets the line join.
Declaration
string LineJoin { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line join. |
LineMiterLimit
Gets or sets the line miter limit.
Declaration
string LineMiterLimit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line miter limit. |
LineWeight
Gets or sets the line weight.
Declaration
string LineWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line weight. |
LineWeightScalable
Gets or sets the line weight scalable.
Declaration
string LineWeightScalable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The line weight scalable. |