FMX.MultiView.Types.TNavigationPaneAppearance

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MultiView.Types.TMultiViewAppearanceSystem.Classes.TPersistentSystem.TObjectTNavigationPaneAppearance

Delphi

TNavigationPaneAppearance = class(TMultiViewAppearance)

C++

class PASCALIMPLEMENTATION TNavigationPaneAppearance : public TMultiViewAppearance

Properties

Type Visibility Source Unit Parent
class public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types FMX.MultiView.Types

Description

This class handles the appearance properties of the master pane of a TMultiView component in the NavigationPane presentation mode.

TNavigationPaneAppearance allows you to manage the CollapsedWidth property in the NavigationPane mode of a TMultiView component.

See Also