Class EmfPlusDashedLineData
Class EmfPlusDashedLineData
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen.
public sealed class EmfPlusDashedLineData : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusDashedLineData
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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[]