FGX.Control.Types.TfgSize

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску

Delphi

TfgSize = class (TfgSingleSize)

Описание

Описание отсутствует.

Конструкторы

constructor
Create(AOwner: TPersistent)

Методы

function
HasAspectRation(): Boolean
function
AreDefaultValues(): Boolean
procedure
StoreWidth()
procedure
RestoreWidth()
procedure
StoreHeight()
procedure
RestoreHeight()
procedure
SaveSize()

Свойства

property
SavedSize: TSizeF

Сохраненный размер контрола. Хранит размер контрола до выравнивания.

property
AspectRationAsSingle: Single
property
AspectRatio: string

AspectRatio is a property introduced by Yoga and is not present as a settable property in the css flexbox specification. Flexbox does has the notion of aspect ratio though for things with intrinsic aspect ratio such as images.

Константы

const
DefaultAspectRation: string