Back to Devexpress

GradientFill.RectangleRight Property

officefileapi-devexpress-dot-spreadsheet-dot-gradientfill-d54f0a06.md

latest1.4 KB
Original Source

GradientFill.RectangleRight Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
float RectangleRight { get; set; }
vb
Property RectangleRight As Single

Property Value

TypeDescription
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

GradientFill Interface

GradientFill Members

DevExpress.Spreadsheet Namespace