Skip to main content
A newer version of this page is available. .

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