FMX.ScrollBox.Style.TStyledCustomScrollBox.VScrollMargins

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VScrollMargins: TRectF read GetVScrollMargins;

C++

__property System::Types::TRectF VScrollMargins = {read=GetVScrollMargins};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ScrollBox.Style.pas
FMX.ScrollBox.Style.hpp
FMX.ScrollBox.Style TStyledCustomScrollBox

Description

Returns the margin rectangle for the vertical scrollbar.

See Also