FMX.StdCtrls.TCornerButton.YRadius

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

Delphi

property YRadius: Single read FYRadius write SetYRadius default 0;

C++

__property YRadius = {default=0};

プロパティ

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

説明

ボタンの垂直辺上での、角からカスタマイズされた形の角の始点への距離を示します。

FMX.StdCtrls.TCornerButton.YRadius は FMX.StdCtrls.TCustomCornerButton.YRadius を継承しています。以下の内容はすべて FMX.StdCtrls.TCustomCornerButton.YRadius を参照しています。


ボタンの垂直辺上での、角からカスタマイズされた形の角の始点への距離を示します。

角がどのようにカスタマイズされるかは、CornersCornerTypeXRadiusYRadius の各プロパティで定義されます。

関連項目