Table of Contents

TShapeFill Class

Contains the information for the fill of an autoshape.

Syntax

Namespace: FlexCel.Core

public class TShapeFill

Constructors

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.
Equals Returns true if both objects have the same data.
GetHashCode Hash code for the object.

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.