CompoundTypeValue

CompoundTypeValue enumeration

Represents style of drawing lines.

public enum CompoundTypeValue

Values

Name Value Description
Single 0 Single line (of width lineWidth)
ThickBetweenThin 1 Three lines, thin, thick, thin
ThinThick 2 Double lines, one thin, one thick
ThickThin 3 Double lines, one thick, one thin
ThinThin 4 Double lines of equal width
Undefined -2147483648 Undefined.

See Also