Back to Devexpress

TdxFillOptions Class

vcl-cxcustomcanvas-48c05953.md

latest3.0 KB
Original Source

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.InterlacedFillOptionsProvides access to fill settings of interlaced diagram areas associated with the axis.TdxChartVisualElementAppearance.FillOptionsProvides access to visual element background fill settings.

Implements

IcxCanvasCacheControl

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxFillOptions

See Also

TdxFontOptions Class

TdxStrokeOptions Class

TdxChildFontOptions Class

TdxFillOptions Members

cxCustomCanvas Unit