'Declaration Public ReadOnly Property TileRectangle As EdgeExtent
public EdgeExtent TileRectangle {get;}
This region is then tiled across the remaining area of the object to complete the fill.
The tile rectangle is defined by percentage offsets from the sides of the shape's bounding box.
Each edge of the tile rectangle is defined by a percentage offset from the corresponding edge of the bounding box.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
This property has effect if the Type property is GradientType.Rectangle or GradientType.Circle.
'Declaration Public ReadOnly Property TileRectangle As EdgeExtent
public EdgeExtent TileRectangle {get;}