TcxStyleValues Type
Represents a set of flags indicating what style attributes of a TcxStyle object are assigned values.
Declaration
TcxStyleValues = set of TcxStyleValue;
Referenced Class
Type |
---|
TcxStyleValue |
Remarks
The TcxStyleValues type represents a set of flags indicating what TcxStyle attributes are set. Use the TcxStyle.AssignedValues property to access these flags.
See Also