TdxNavBarBaseStyle.AssignedValues Property
In This Article
Contains a set of values specifying which properties are used for NavBar drawing.
#Declaration
Delphi
property AssignedValues: TdxBarStyleAssignedValues read; write; default [];
#Property Value
Type |
---|
Tdx |
#Remarks
The TdxNavBarBaseStyle class contains the properties specifying the style of a particular NavBar element. The AssignedValues property contains a set of values identifying the properties whose values are taken into account when painting the control. The TdxBarStyleAssignedValue enumerator specifies the values that can be included in the set.
The following table lists values available for the TdxBarStyleAssignedValue type.
Value | Description |
---|---|
sav |
The Alpha |
sav |
The Alpha |
sav |
The Back |
sav |
The Back |
sav |
The Font property value takes part in Nav |
sav |
The Gradient |
sav |
The HAlignment property value takes part in Nav |
sav |
The VAlignment property value takes part in Nav |
sav |
The Image property value takes part in Nav |
The default value of the AssignedValues property is [].
See Also