Class MarkerVertexType
Defines a property of markable elements (<path>, <line>, <polyline> or <polygon>) which is used to determine at which verticies a marker should be drawn.
public sealed class MarkerVertexType
- Inheritance
-
MarkerVertexType
- Inherited Members
Fields
MARKER_END
Specifies that marker will be drawn only at the last vertex of element.
public static readonly MarkerVertexType MARKER_END
Field Value
MARKER_MID
Specifies that marker will be drawn at every vertex except the first and last.
public static readonly MarkerVertexType MARKER_MID
Field Value
MARKER_START
Specifies that marker will be drawn only at the first vertex of element.
public static readonly MarkerVertexType MARKER_START
Field Value
Methods
ToString()
public override string ToString()