FMX.Objects.TRectangle.SetCorners
Delphi
procedure SetCorners(const Value: TCorners); virtual;
C++
virtual void __fastcall SetCorners(const Fmx::Types::TCorners Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | FMX.Objects.pas FMX.Objects.hpp  | 
        FMX.Objects | TRectangle | 
Description
Setter for the Corners property.
Value is a set of constants defined in TCorner: TopLeft, TopRight, BottomLeft, and BottomRight.