FMX.Objects.TCalloutRectangle.SetCornerType

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

Delphi

procedure SetCornerType(const Value: TCornerType); override;

C++

virtual void __fastcall SetCornerType(const Fmx::Types::TCornerType Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCalloutRectangle

説明

CornerType プロパティの設定メソッドです。

FMX.Objects.TCalloutRectangle.SetCornerType は FMX.Objects.TRectangle.SetCornerType を継承しています。以下の内容はすべて FMX.Objects.TRectangle.SetCornerType を参照しています。

CornerType プロパティの設定メソッドです。

Value は、TCornerType で定義されている次の定数群のいずれかでなければなりません:RoundBevelInnerRoundInnerLine

関連項目