Class EmfPlusCustomEndCapData
Class EmfPlusCustomEndCapData
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The EmfPlusCustomEndCapData object specifies a custom line cap for the end of a line.
public sealed class EmfPlusCustomEndCapData : EmfPlusStructureObjectType
Inheritance
object ← MetaObject ← EmfPlusObject ← EmfPlusStructureObjectType ← EmfPlusCustomEndCapData
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusCustomEndCapData()
public EmfPlusCustomEndCapData()
Properties
CustomEndCap
Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond
public EmfPlusCustomLineCap CustomEndCap { get; set; }