FMX.Types.IAlignRoot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IAlignRoot = interface

C++

__interface  INTERFACE_UUID("{86DF30A6-0394-4A0E-8722-1F2CDB242CE8}") IAlignRoot  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

IAlignRoot is the interface that defines the way the children are aligned within their root parent.

IAlignRoot is an interface that controls how a root parent realigns its children.

FireMonkey layers, controls, and forms implement the IAlignRoot interface.

See Also