DashedLineData

EmfPlusPenOptionalData.DashedLineData property

Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16) that specifies the lengths of dashes and spaces in a custom dashed line. This field MUST be present if the PenDataDashedLine flag is set in the PenDataFlags field of the EmfPlusPenData object.

public EmfPlusDashedLineData DashedLineData { get; set; }

See Also