OptionalData

EmfPlusPathGradientBrushData.OptionalData property

Gets or sets an optional EmfPlusPathGradientBrushOptionalData object (section 2.2.2.30) that specifies additional data for the path gradient brush. The specific contents of this field are determined by the value of the BrushDataFlags field.

public EmfPlusPathGradientBrushOptionalData OptionalData { get; set; }

See Also