Interface IStroke
Encapsulates the stylization of a line
Inherited Members
Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IStroke : ICloneableLayerElement<IStroke>
Properties
| Improve this Doc View SourceColor
Gets or sets the color
Declaration
string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LineStyle
Gets or sets the line style
Declaration
string LineStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Thickness
Gets or sets the thickness
Declaration
string Thickness { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unit
Gets or sets the thickness unit
Declaration
LengthUnitType Unit { get; set; }
Property Value
Type | Description |
---|---|
LengthUnitType |