FGX.Layout.Types.TfgJustifyContent

Материал из FGX Native Докуметации
Версия от 18:09, 29 июня 2019; Admin (обсуждение | вклад) (summary)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигации Перейти к поиску

Delphi

TfgJustifyContent = (FlexStart, FlexEnd, Center, SpaceBetween, SpaceAround, SpaceEvenly)

Описание

The JustifyContent property describes how to align children within the main axis of a container. For example, you can use this property to center a child horizontally within a container with FlexDirection = Row or vertically within a container with FlexDirection = Column.