GradientStops
FillToRect Property
|
This element defines the "focus" rectangle for the center shade,
specified relative to the XlsFill tile rectangle.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Rectangle FillToRect { get; set; }
Public Property FillToRect As Rectangle
Get
Set
public:
property Rectangle FillToRect {
Rectangle get ();
void set (Rectangle value);
}
member FillToRect : Rectangle with get, set
Property Value
Type:
Rectangle
See Also