GeoDashCap¶
Namespace: ThinkGeo.Core
This enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.
public enum GeoDashCap
Inheritance Object → ValueType → Enum → GeoDashCap
Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
Name | Value | Description |
---|---|---|
Flat | 0 | Specifies a square cap that squares off both ends of each dash. |
Round | 1 | Specifies a circular cap that rounds off both ends of each dash. |
Triangle | 2 | Specifies a triangular cap that points both ends of each dash. |
Square | 3 | Specifies a square cap that points both ends of each dash. |