FGX.CardPanel.TfgCustomCardPanel: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 15: | Строка 15: | ||
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code> | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code> | ||
+ | |} | ||
+ | |||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>CornerRadius: [[Single]]</code> | ||
+ | Радиус скругления углов. | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Elevation: [[Single]]</code> | ||
+ | Высота в терминах Material Design. | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColor: [[TAlphaColor]]</code> | ||
+ | Цвет закраски содержимого панели. | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColorName: [[.TfgAssetName|TfgAssetName]]</code> | ||
+ | Ресурс цвета заливк содержимого панели. | ||
|} | |} |
Версия 04:30, 10 июня 2019
Delphi
TfgCustomCardPanel = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)
Описание
Описание отсутствует.
Конструкторы
constructor
|
Create(AOwner: TComponent)
|
Свойства
property
|
BackgroundColorLink: TfgAssetColorLink
|
property
|
CornerRadius: Single
Радиус скругления углов. |
property
|
Elevation: Single
Высота в терминах Material Design. |
property
|
BackgroundColor: TAlphaColor
Цвет закраски содержимого панели. |
property
|
BackgroundColorName: TfgAssetName
Ресурс цвета заливк содержимого панели. |