TdxNavBarBaseStyle.BackColor2 Property
Specifies the ending color of the linear gradient brush used to fill an element’s background.
Declaration
property BackColor2: TColor read; write;
Property Value
Type |
---|
TColor |
Remarks
If the BackColor2 property is set to the same value as the BackColor property, the associated element’s background is supposed to be filled with a solid brush. In this case, these properties specify the color of the brush.
If the BackColor2 property value differs from the BackColor property, the associated element’s background is supposed to be filled with a linear gradient brush. In such an instance, the starting and ending colors of the brush are specified by the BackColor and BackColor2 properties.
See Also