Skip to main content
All docs
V25.1
  • DXLinearGradientBrush.Rectangle Property

    Gets or sets a rectangular region that defines the starting and ending points of the gradient.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public RectangleF Rectangle { get; set; }

    Property Value

    Type Description
    RectangleF

    A structure that specifies the starting and ending points of the gradient.

    See Also