Skip to main content
Row

GradientFill.RectangleBottom Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

float RectangleBottom { get; set; }

Property Value

Type Description
Single

A Single value in the range from 0 to 1.

Remarks

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

See Also