FMX.StdCtrls.TCornerButton.CornerType

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

Delphi

property CornerType: TCornerType read FCornerType write SetCornerType default 0;

C++

__property CornerType = {default=0};

プロパティ

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

説明

TCustomCornerButton コントロールにおける、角のカスタマイズのタイプを示します。

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


TCustomCornerButton コントロールにおける、角のカスタマイズのタイプを示します。

CornerType の次の値は、TCornerType で定義されます: RoundBevelInnerRoundInnerLine。 これらの値は、次のタイプの角の形のカスタマイズを定義することができます:

DrawRectCanvas.png


CornerType は、Corners セット内の指定された角に対して適用されます。


XRadius および YRadius は、水平および垂直方向での、角から、角のカスタマイズの始点への距離を示します。

メモCorners が空セットだった場合、または、XRadiusYRadius プロパティのいずれかが 0 だった場合、CornerType プロパティの変更による視覚的な効果はありません。

関連項目