CustomEndCapData

EmfPlusPenOptionalData.CustomEndCapData property

Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11) that defines the custom end-cap shape, which is the shape to use at the end of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object

public EmfPlusCustomEndCapData CustomEndCapData { get; set; }

See Also