Skip to main content
All docs
V25.2
  • 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

    public RectangleOffset TileRect { get; set; }

    Property Value

    Type Description
    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