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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgCustomCardPanel = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomCardPanel = class (TfgCustomLayout, IFGXYogaContainer, IFGXContainer)</syntaxhighlight>
 
== Описание ==
 
 
Описание отсутствует.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <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>
 
Ресурс цвета заливк содержимого панели.
 
|}
 
 
== Константы ==
 
 
{| 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)