Skip to main content
All docs
V26.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.v26.1.dll

    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