Skip to main content
All docs
V25.1
  • DXLinearGradientBrush(RectangleF, Color, Color, DXLinearGradientMode) Constructor

    Initializes a new instance of the DXLinearGradientBrush class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXLinearGradientBrush(
        RectangleF rectangle,
        Color color1,
        Color color2,
        DXLinearGradientMode linearGradientMode
    )

    Parameters

    Name Type Description
    rectangle RectangleF

    The bounds of the linear gradient.

    color1 Color

    The starting color of the gradient.

    color2 Color

    The ending color of the gradient.

    linearGradientMode DXLinearGradientMode

    An enumeration value that specifies the orientation of the gradient.

    See Also