OutlineData

EmfPlusCustomLineCapOptionalData.OutlineData property

Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object.

public EmfPlusLinePath OutlineData { get; set; }

See Also