FMX.MultiView.Types.TNavigationPaneAppearance.CollapsedWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CollapsedWidth: Single read FCollapsedWidth write SetCollapsedWidth stored IsCollapsedWidthStored nodefault;

C++

__property float CollapsedWidth = {read=FCollapsedWidth, write=SetCollapsedWidth, stored=IsCollapsedWidthStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TNavigationPaneAppearance

Description

Specifies the width (in pixels) of the collapsed master pane of a TMultiView component in the NavigationPane presentation mode.

See Also