API:FMX.StdActns.TValueRange.ViewportSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ViewportSize: Double read GetViewportSize write SetViewportSize stored ViewportSizeStored;

C++

__property ViewportSize;

Properties

Type Visibility Source Unit Parent
property published
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TValueRange

Description


Used by controls such as TScrollBar to define the thumb size.

FMX.StdActns.TValueRange.ViewportSize inherits from FMX.StdActns.TBaseValueRange.ViewportSize. All content below this line refers to FMX.StdActns.TBaseValueRange.ViewportSize.

Used by controls such as TScrollBar to define the thumb size.

Note that the effective maximum value of Value decreases according to Max - ViewportSize.

See Also