Class EmfPlusDashedLineData
The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen.
public sealed class EmfPlusDashedLineData : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusDashedLineData
- Inherited Members
Constructors
EmfPlusDashedLineData()
public EmfPlusDashedLineData()
Properties
DashedLineData
Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line
public float[] DashedLineData { get; set; }
Property Value
- float[]