vcl-cxcustomcanvas-48c05953.md
Stores fill settings for drawing areas in DevExpress controls.
TdxFillOptions = class(
TcxLockablePersistent,
IcxCanvasCacheControl
)
The TdxFillOptions class implements fill settings with support for batch changes.
The list below outlines key members of the TdxFillOptions class that allow you to change appearance of a filled area.
The following public API members reference a TdxFillOptions object:
TdxChartAxisAppearance.InterlacedFillOptionsProvides access to fill settings of interlaced diagram areas associated with the axis.TdxChartVisualElementAppearance.FillOptionsProvides access to visual element background fill settings.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxFillOptions
See Also