Skip to main content
A newer version of this page is available. .

TdxFillOptions.Mode Property

Specifies the active fill mode.

Declaration

property Mode: TdxFillOptionsMode read; write;

Property Value

Type Default Description
TdxFillOptionsMode Solid

The active fill mode.

Remarks

Use the Mode property to switch between available area fill modes. Different modes can use different fill settings.

Examples

Value Example[1]
TdxFillOptionsMode.Solid (default) An Area Filled with a Solid Color
TdxFillOptionsMode.Gradient An Area Filled with a Linear Gradient
TdxFillOptionsMode.Hatch A Diagonally Hatched Area

Refer to the TdxFillOptionsMode type description for the full list of available fill modes.

Footnotes
  1. This example demonstrates different Mode property values in the same area under the following conditions:

See Also