Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GradientFill.RectangleRight Property

Gets or sets the right convergence point for the path gradient type.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

float RectangleRight { get; set; }

#Property Value

Type Description
Single

A Single value in the range from 0 to 1.

#Remarks

Specifies the distance from the right edge of the inner rectangle (color 1) to the left edge of the cell. A value of 0 means that the right edge of the color1 rectangle is at the left edge of the cell. A value of 1 means that the right edge of the color1 rectangle is at the right edge of the cell.

See Also