Table of Contents

IFillStyle Interface

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

Syntax

Unit: FlexCel.Core

IFillStyle = interface(IInterface);

Methods

Name Description
Clone Returns a deep copy of the fill style.
CompareTo Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.

Properties

Name Description
FillStyleType Stores which kind of fill style is used.