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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показаны 4 промежуточные версии этого же участника)
Строка 1: Строка 1:
 +
* [[ FGX.Control.Types | К модулю: FGX.Control.Types ]]
 +
 
Delphi
 
Delphi
  
 
<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>

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

Delphi

TfgPositionMode = (Relative, Absolute)

Описание

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