Table of Contents

TShapeFill.TShapeFill Constructor

Overloads

TShapeFill.TShapeFill(Boolean, TFillStyle)

Creates a simple shape fill.

Syntax

Namespace: FlexCel.Core

public TShapeFill(Boolean aHasFill, TFillStyle aFillStyle)

Parameters

<-> Parameter Type Description
aHasFill Boolean True if the object has fill, false if it is transparent.
aFillStyle TFillStyle Fill used in the shape.

See also

TShapeFill.TShapeFill(TFillStyle, Boolean, TFormattingType, Nullable<TDrawingColor>, Boolean)

Creates a more complex shape fill.

Syntax

Namespace: FlexCel.Core

public TShapeFill(TFillStyle aFillStyle, Boolean aHasFill, TFormattingType aThemeStyle, Nullable<TDrawingColor> aThemeColor, Boolean aUseThemeBk)

Parameters

<-> Parameter Type Description
aFillStyle TFillStyle
aHasFill Boolean
aThemeStyle TFormattingType
aThemeColor Nullable<TDrawingColor>
aUseThemeBk Boolean

See also