StartCap

EmfPlusPenOptionalData.StartCap property

Gets or sets an optional 32-bit signed integer that specifies the shape for the start of a line in the CustomStartCapData field. This field MUST be present if the PenDataStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration (section 2.1.1.18).

public EmfPlusLineCapType StartCap { get; set; }

See Also