TdxCustomNavBar.Painter Property
Gets an object implementing the painting functionality of the NavBar control.
Declaration
property Painter: TdxNavBarPainter read;
Property Value
Type |
---|
TdxNavBarPainter |
Remarks
The Painter property represents an object of the TdxNavBarPainter type which implements painting functionality of the NavBar control. Mostly, you will have no need to use this property in your applications.
See Also