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) | |
TdxFillOptionsMode.Gradient | |
TdxFillOptionsMode.Hatch |
Refer to the TdxFillOptionsMode type description for the full list of available fill modes.
Footnotes
-
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.
See Also