vcl-cxstyles-1fa570dd.md
Enumerates flags indicating which TcxStyle attributes are assigned.
TcxStyleValue = (
svBitmap,
svColor,
svFont,
svTextColor
);
| Name |
|---|
svBitmap |
svColor |
svFont |
svTextColor |
The TcxStyleValue type enumerates the flags indicating which TcxStyle attributes are assigned. These flags are set via the TcxStyle.AssignedValues property.
| Value | Meaning |
|---|---|
| svBitmap | Indicates that a value is assigned to the TcxStyle.Bitmap property. |
| svColor | Indicates that a value is assigned to the TcxStyle.Color property. |
| svFont | Indicates that a value is assigned to the TcxStyle.Font property. |
| svTextColor | Indicates that a value is assigned to the TcxStyle.TextColor property. |
See Also