TdxFillOptions Class
Stores fill settings for drawing areas in DevExpress controls.
Declaration
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.
- Specify primary and secondary fill colors (Color and Color2).
- Switch between available fill modes (Mode).
- Tile an area with a texture (Texture).
- Identify the actual primary and secondary fill colors (ActualColor and ActualColor2).
- Select a gradient direction in Gradient fill mode (GradientMode).
- Switch between available hatch styles in Hatch fill mode (HatchStyle).
- Avoid excessive redraw operations during batch area fill setting changes (BeginUpdate, CancelUpdate, and EndUpdate).
- Copy area fill settings between visual elements (Assign).
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.
Implements
Inheritance
See Also