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

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

Версия 03:57, 10 июня 2019

Delphi

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