LineTypes

LineTypes enumeration

Flags to describe the type of line.

[Flags]
public enum LineTypes : byte

Values

NameValueDescription
None1Not used line
Solid2Solid line.
Dashed4Dashed line.
BehindFill10The line must be rendered behind fill of shape.
ScalePen20The line width is scaled relative to size of shape.

See Also