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 コントロールにおける、角のカスタマイズのタイプを示します。 {{#multireplace:FMX.StdCtrls.TCornerButton.CornerType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:FMX.StdCtrls.TCustomCornerButton.CornerType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:FMX.StdCtrls.TCustomCornerButton.CornerType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。


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

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


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


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

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

関連項目