FGX.Layout.TfgCustomLayout: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 15: Строка 15:
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
  
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>AlignmentChildren: [[FGX.Layout.Types.TfgChildrenAlignment|TfgChildrenAlignment]]</code>
 +
Задает правила выравнивания дочерних контролов.
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Padding: [[FGX.Layout.Types.TfgPadding|TfgPadding]]</code>
 +
Внутренние отступы, учитывающиеся при выравнивании дочерних контролов.
 
|}
 
|}

Версия 04:32, 10 июня 2019

Delphi

TfgCustomLayout = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)

Описание

Описание отсутствует.

Конструкторы

constructor
Create(AOwner: TComponent)

Свойства

property
AlignmentChildren: TfgChildrenAlignment

Задает правила выравнивания дочерних контролов.

property
Padding: TfgPadding

Внутренние отступы, учитывающиеся при выравнивании дочерних контролов.