FMX.Types.TBounds.Right

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

Delphi

property Right: Single read FRight write SetRight stored IsRightStored nodefault;

C++

__property float Right = {read=FRight, write=SetRight, stored=IsRightStored};

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TBounds


説明

マージンの右端を示します。

Right プロパティを使用すると、マージンの右端を設定および取得することができます。

関連項目