Interface ILineUsage
Represents line usage
Namespace: OSGeo.MapGuide.ObjectModels.SymbolDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface ILineUsage : IUsageBase
Properties
| Improve this Doc View SourceDefaultPath
Gets or sets the default path.
Declaration
IPathGraphic DefaultPath { get; set; }
Property Value
Type | Description |
---|---|
IPathGraphic | The default path. |
EndOffset
Gets or sets the end offset.
Declaration
string EndOffset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The end offset. |
Repeat
Gets or sets the repeat value
Declaration
string Repeat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The repeat value. |
StartOffset
Gets or sets the start offset.
Declaration
string StartOffset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The start offset. |
UnitsControl
Gets or sets the units control.
Declaration
string UnitsControl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The units control. |
VertexAngleLimit
Gets or sets the vertex angle limit.
Declaration
string VertexAngleLimit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The vertex angle limit. |
VertexControl
Gets or sets the vertex control.
Declaration
string VertexControl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The vertex control. |
VertexJoin
Gets or sets the vertex join.
Declaration
string VertexJoin { get; set; }
Property Value
Type | Description |
---|---|
System.String | The vertex join. |
VertexMiterLimit
Gets or sets the vertex miter limit.
Declaration
string VertexMiterLimit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The vertex miter limit. |