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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 2: Строка 2:
  
 
<syntaxhighlight lang="Delphi">TfgPositionMode = (Relative, Absolute)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgPositionMode = (Relative, Absolute)</syntaxhighlight>
 +
 +
== Описание ==
 +
 +
<p>The Position property tells Flexbox how you want your item to be positioned within its parent.</p>

Версия 01:52, 13 июня 2019

Delphi

TfgPositionMode = (Relative, Absolute)

Описание

The Position property tells Flexbox how you want your item to be positioned within its parent.