'Declaration Public Enum SvgStrokeLineJoin Inherits System.Enum
public enum SvgStrokeLineJoin : System.Enum
'Declaration Public Enum SvgStrokeLineJoin Inherits System.Enum
public enum SvgStrokeLineJoin : System.Enum
Member | Description |
---|---|
Arcs | Indicates that an arcs corner is to be used to join path segments. |
Bevel | Indicates that a bevelled corner is to be used to join path segments. |
Miter | Indicates that a sharp corner is to be used to join path segments. |
MiterClip | The same as Miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection of the path segments. |
Round | Indicates that a round corner is to be used to join path segments. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Svg.SvgStrokeLineJoin