TdxNavBarViewsFactory.PainterClasses Property
Provides indexed access to the list of painter classes that implement drawing of NavBar control Views.
Declaration
property PainterClasses[AIndex: Integer]: TdxNavBarPainterClass read;
Property Value
Type |
---|
TdxNavBarPainterClass |
Remarks
Use the PainterClasses
property to access the list of painter classes associated with NavBar Views.
Each View registered within the NavBarViewsFactory has a corresponding painter class, which implements drawing of the NavBar control according to the View’s “attributes”. Each painter class is a TdxNavBarPainter
descendant. It references a number of painter and ViewInfo classes implementing painting of specific View elements.
See Also