FMX.StdCtrls.TCustomCornerButton.CornerType

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

Delphi

property CornerType: TCornerType read FCornerType write SetCornerType default TCornerType.Round;

C++

__property Fmx::Types::TCornerType CornerType = {read=FCornerType, write=SetCornerType, default=0};

プロパティ

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


説明

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

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

DrawRectCanvas.png


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


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

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

関連項目