TdxFillOptions.Mode Property
Specifies the active fill mode.
#Declaration
property Mode: TdxFillOptionsMode read; write;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
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] |
---|---|
Tdx |
![]() |
Tdx |
![]() |
Tdx |
![]() |
Refer to the TdxFillOptionsMode type description for the full list of available fill modes.
-
This example demonstrates different
Mode
property values in the same area under the following conditions:- The Color property is set to TdxAlphaColors.LightGreen.
- The Color2 property is set to TdxAlphaColors.Gray.