FMX.StdCtrls.TCustomTrack.GetThumbSize

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetThumbSize(var IgnoreViewportSize: Boolean): Integer; virtual;

C++

virtual int __fastcall GetThumbSize(bool &IgnoreViewportSize);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TCustomTrack

説明

サムのサイズを返します。サムのサイズは、内容のサイズに対するビューポートのパーセンテージを表します。

関連項目