Table of Contents

TTMSFNCStyles.GetStyleBackgroundFillColorTo Method

Retrieves the style-defined secondary (gradient end) background fill color and returns True if a value was found.

API unit family: TMSFNCStyles Declaring type: TTMSFNCStyles

Syntax

class function GetStyleBackgroundFillColorTo(var AColor: TTMSFNCGraphicsColor): Boolean; virtual;

Parameters

Name Description
AColor Receives the secondary background fill color when the method returns True.

Returns

True if the style provides a secondary background fill color; False otherwise.