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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
 
(summary)
Строка 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>

Версия 02:47, 13 июня 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.