BlendPattern

EmfPlusPathGradientBrushOptionalData.BlendPattern property

Gets or sets an optional blend pattern for the path gradient brush. If this field is present, it MUST contain either an EmfPlusBlendColors object (section 2.2.2.4), or an EmfPlusBlendFactors object (section 2.2.2.5), but it MUST NOT contain both. The table below shows the valid combinations of EmfPlusPathGradientBrushData BrushData flags and the corresponding blend patterns:

public EmfPlusBlendBase BlendPattern { get; set; }

See Also