Table of Contents

Class EmfPlusDashedLineData

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly
Aspose.Imaging.dll

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[]