Back to Devexpress

GradientFill.TileRect Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-gradientfill-dd02ded5.md

latest1.3 KB
Original Source

GradientFill.TileRect Property

Gets or sets the rectangular region to which a gradient is applied. This region is tiled to fill the object.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public RectangleOffset TileRect { get; set; }
vb
Public Property TileRect As RectangleOffset

Property Value

TypeDescription
RectangleOffset

An object that specifies offsets (as a percentage) from the edges of a shape’s bounding box to the tile rectangle. A positive percentage specifies an inset, and a negative percentage defines an outset.

|

See Also

GradientFill Class

GradientFill Members

DevExpress.Docs.Presentation Namespace