TdxBarManager.LookAndFeel Property
Specifies the look and feel of bars.
Declaration
property LookAndFeel: TcxLookAndFeel read; write;
Property Value
Type |
---|
TcxLookAndFeel |
Remarks
Use the LookAndFeel property to specify the bar paint styles. This property provides access to the TcxLookAndFeel object holding paint style settings. This object’s NativeStyle property specifies whether the currently applied XP theme should be used to paint bars. The Kind property sets the painting style if the NativeStyle property value is False or XP themes are unavailable. Please refer to the TcxLookAndFeel object description for details.
Note
settings provided by the LookAndFeel property are only used when the Style property is set to bmsUseLookAndFeel.
See Also