Table of Contents

TFillStyle Class

Base definition for a Drawing fill style. This class is abstract, and you should use its descendants like TSolidFill or TGradientFill

Syntax

Namespace: FlexCel.Core

public abstract class TFillStyle: IComparable

Constructors

Name Description
TFillStyle Initializes the fill style.

Methods

Name Description
Clone Returns a deep copy of the fill style.
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
FillStyleType Stores which kind of fill style is used.