Enum CompoundTypeValue

CompoundTypeValue enumeration

Represents style of drawing lines.

public enum CompoundTypeValue

Values

NameValueDescription
Single0Single line (of width lineWidth)
ThickBetweenThin1Three lines, thin, thick, thin
ThinThick2Double lines, one thin, one thick
ThickThin3Double lines, one thick, one thin
ThinThin4Double lines of equal width
Undefined-2147483648Undefined.

See Also