EmfPlusDashedLineData

EmfPlusDashedLineData class

The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen.

public sealed class EmfPlusDashedLineData : EmfPlusStructureObjectType

Constructors

NameDescription
EmfPlusDashedLineData()The default constructor.

Properties

NameDescription
DashedLineData { get; set; }Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line

See Also