Search Results for

    Show / Hide Table of Contents

    IGradientFill Interface

    Shapes are filled with a gradient.

    Syntax

    Unit: FlexCel.Core

    IGradientFill = interface(IFillStyle);

    Properties

    Name Description
    RotateWithShape Specifies that the fill should rotate with the shape.
    TileRect This element specifies a rectangular region of the shape to which the gradient is applied. This region is then tiled across the remaining area of the shape to complete the fill. The tile rectangle is defined by percentage offsets from the sides of the shape's bounding box.
    Flip Specifies the direction(s) in which to flip the gradient while tiling.

    Normally a gradient fill encompasses the entire bounding box of the shape which contains the fill. However, with the tileRect element, it is possible to define a "tile" rectangle which is smaller than the bounding box. In this situation, the gradient fill is encompassed within the tile rectangle, and the tile rectangle is tiled across the bounding box to fill the entire area
    GradientStops The list of gradient stops that specifies the gradient colors and their relative positions in the color band.
    GradientDef Definition of the gradient. This can be a TDrawingLinear​Gradient class or a TDrawingPathGradient class.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com