FGX.Control.Types.TfgControlAlignment: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 25: Строка 25:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToString(): [[string]]</code>
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToString(): [[string]]</code>
 +
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultAlignSelf: [[.TfgAlignSelf|TfgAlignSelf]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultFlexGrow: [[Comp]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultFlexShrink: [[Comp]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultFlexBasis: [[Comp]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultDirection: [[.TfgControlLayoutDirection|TfgControlLayoutDirection]]</code>
  
 
|}
 
|}

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

Delphi

TfgControlAlignment = class (TfgPersistent)

Описание

Настройки выравнивания контрола в родительском контейнере.

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

constructor
Create(AOwner: TPersistent)

Методы

function
AreDefaultValues(): Boolean
function
ToString(): string

Константы

const
DefaultAlignSelf: TfgAlignSelf
const
DefaultFlexGrow: Comp
const
DefaultFlexShrink: Comp
const
DefaultFlexBasis: Comp
const
DefaultDirection: TfgControlLayoutDirection