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 Class

Stores fill settings for drawing areas in DevExpress controls.

#Declaration

Delphi
TdxFillOptions = class(
    TcxLockablePersistent,
    IcxCanvasCacheControl
)

#Remarks

The TdxFillOptions class implements fill settings with support for batch changes.

#Main API Members

The list below outlines key members of the TdxFillOptions class that allow you to change appearance of a filled area.

#Direct TdxFillOptions Class References

The following public API members reference a TdxFillOptions object:

TdxChartAxisAppearance.InterlacedFillOptions
Provides access to fill settings of interlaced diagram areas associated with the axis.
TdxChartVisualElementAppearance.FillOptions
Provides access to visual element background fill settings.
See Also