CustomStartCapData

EmfPlusPenOptionalData.CustomStartCapData property

Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15) that defines the custom start-cap shape, which is the shape to use at the start 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 PenDataCustomStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object

public EmfPlusCustomStartCapData CustomStartCapData { get; set; }

See Also