FMX.Types.AllCorners

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

AllCorners: TCorners = [TCorner.TopLeft, TCorner.TopRight,
TCorner.BottomLeft, TCorner.BottomRight];

C++

extern DELPHI_PACKAGE TCorners AllCorners;

Properties

Type Visibility Source Unit Parent
const
variable
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

AllCorners is the constant, of the TCorners type, defining the set of all four corners in a rectangle.

AllCorners is initialized with the following TCorners value:

[TCorner.TopLeft, TCorner.TopRight, TCorner.BottomLeft, TCorner.BottomRight];

AllCorners is used for control painting purposes.

See Also