EndCap

EmfPlusPenOptionalData.EndCap property

Gets or sets optional 32-bit signed integer that specifies the shape for the end of a line in the CustomEndCapData field. This field MUST be present if the PenDataEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration

public EmfPlusLineCapType EndCap { get; set; }

See Also