Search Results for

    Show / Hide Table of Contents

    TGradientFill Class

    Shapes are filled with a gradient.

    Syntax

    Namespace: FlexCel.Core

    public class TGradientFill: TFillStyle

    Constructors

    Name Description
    TGradientFill Creates a new Gradient fill.

    Methods

    Name Description
    Equals Returns true if this instance has the same data as the object obj.
    CompareTo Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.
    GetHashCode Returns the hashcode for this object

    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 the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com