LineStyle

EmfPlusPenOptionalData.LineStyle property

Gets or sets optional 32-bit signed integer that specifies the style used for lines drawn with this pen object. This field MUST be present if the PenDataLineStyle flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineStyle enumeration (section 2.1.1.20).

public EmfPlusLineStyle LineStyle { get; set; }

See Also