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

TcxViewParams Record

In This Article

Stores canvas attributes.

#Declaration

Delphi
TcxViewParams = record

#Remarks

This record is designed to convey UI element settings between UI element styles and a GDI-based canvas. The TcxViewParams type has the following fields that store:

  • The brush pattern bitmap (Bitmap).

  • The brush fill color (Color).

  • The canvas font attributes (Font).

  • The color for text output (TextColor).

The Rectangle, FillRect, GetParams, and SetParams procedures of a GDI-based canvas accept a TcxViewParams value.

See Also