FMX.Objects.TCalloutRectangle.SetCorners

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

Delphi

procedure SetCorners(const Value: TCorners); override;

C++

virtual void __fastcall SetCorners(const Fmx::Types::TCorners Value);

プロパティ

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

説明

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

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

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

Value は、TCorner 型で定義された次の定数のセットです: TopLeftTopRightBottomLeftBottomRight

関連項目