Table of Contents

IShapeFill Interface

Contains the information for the fill of an autoshape.

Syntax

Unit: FlexCel.Core

IShapeFill = interface(IInterface);

Methods

Name Description
Clone Returns a deep copy of this object.
GetFill Fill style for this object. This method will return FillStyle if it isn't null, or the default theme fill if it is.

Properties

Name Description
HasFill True if the object has fill, false if it is transparent.
FillStyle Fill for the shape. If this value is null, the fill specified in the theme will be used instead.
To know the real fill style used even if this value is null, use GetFill
ThemeColor Fill taken from a theme. If FillStyle is null, this color here will be used along with the current theme.
ThemeStyle Style (subtle, normal, intense) from the theme used, when a theme is used.
UseThemeBk If true and using a theme, the background fill from the theme will be used, if not, the normal fill from the theme will be used.