set_Blend()

LinearGradientBrush::set_Blend(const SharedPtr<Blend>&) method

Sets a blend that specifies factors and positions of base colors for this brush.

void System::Drawing::Drawing2D::LinearGradientBrush::set_Blend(const SharedPtr<Blend> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<Blend>&New blend value

See Also