Table of Contents

Class MarkerVertexType

Namespace
iText.Svg
Assembly
itext.svg.dll

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

MarkerVertexType

MARKER_MID

Specifies that marker will be drawn at every vertex except the first and last.

public static readonly MarkerVertexType MARKER_MID

Field Value

MarkerVertexType

MARKER_START

Specifies that marker will be drawn only at the first vertex of element.

public static readonly MarkerVertexType MARKER_START

Field Value

MarkerVertexType

Methods

ToString()

public override string ToString()

Returns

string