Enum MsoLineStyle

MsoLineStyle enumeration

Represents style of drawing lines.

public enum MsoLineStyle

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

See Also