FGX.CardPanel.TfgCustomCardPanel: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 35: Строка 35:
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColorName: [[.TfgAssetName|TfgAssetName]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColorName: [[.TfgAssetName|TfgAssetName]]</code>
 
Ресурс цвета заливк содержимого панели.
 
Ресурс цвета заливк содержимого панели.
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultCornerRadius: [[Integer]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultElevation: [[Integer]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultBackgroundColor: [[Integer]]</code>
 +
 
|}
 
|}

Версия 04:46, 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