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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
 
(summary)
 
(не показана 1 промежуточная версия этого же участника)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgAlignContent = (FlexStart, FlexEnd, Center, Stretch, SpaceBetween, SpaceAround)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgAlignContent = (FlexStart, FlexEnd, Center, Stretch, SpaceBetween, SpaceAround)</syntaxhighlight>
 +
 +
== Описание ==
 +
 +
<p>The AlignContent property is used to control how multiple lines of content are aligned within a container which uses FlexWrap = wrap.</p>

Текущая версия на 18:09, 29 июня 2019

Delphi

TfgAlignContent = (FlexStart, FlexEnd, Center, Stretch, SpaceBetween, SpaceAround)

Описание

The AlignContent property is used to control how multiple lines of content are aligned within a container which uses FlexWrap = wrap.