Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFillOptions.Mode Property

Specifies the active fill mode.

#Declaration

Delphi
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.

#Property Value 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