FGX.CardPanel.TfgCustomCardPanel: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 35: | Строка 35: | ||
| <code>property</code> || <code>BackgroundColorName: [[.TfgAssetName|TfgAssetName]]</code> | | <code>property</code> || <code>BackgroundColorName: [[.TfgAssetName|TfgAssetName]]</code> | ||
Ресурс цвета заливк содержимого панели. | Ресурс цвета заливк содержимого панели. | ||
+ | |} | ||
+ | |||
+ | == Константы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <code>const</code> || <code>DefaultCornerRadius: [[Integer]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>const</code> || <code>DefaultElevation: [[Integer]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>const</code> || <code>DefaultBackgroundColor: [[Integer]]</code> | ||
+ | |||
|} | |} |
Версия 03:56, 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
Ресурс цвета заливк содержимого панели. |
Константы
const |
DefaultCornerRadius: Integer
|
const |
DefaultElevation: Integer
|
const |
DefaultBackgroundColor: Integer
|