FGX.CardPanel.TfgCustomCardPanel: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
(не показано 27 промежуточных версий этого же участника) | |||
Строка 1: | Строка 1: | ||
− | * [[ FGX. | + | * [[ FGX.Layout.TfgCustomLayout | Вверх к родителю: TfgCustomLayout ]] |
+ | * [[ FGX.CardPanel | К модулю: FGX.CardPanel ]] | ||
Delphi | Delphi | ||
− | <syntaxhighlight lang="Delphi">TfgCustomCardPanel = class (TfgCustomLayout | + | <syntaxhighlight lang="Delphi">TfgCustomCardPanel = class (TfgCustomLayout)</syntaxhighlight> |
+ | |||
+ | <p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Controls.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.Layout.TfgCustomLayout|TfgCustomLayout]]</span> -> <span class="type-border">[[FGX.CardPanel.TfgCustomCardPanel|TfgCustomCardPanel]]</span></p> | ||
+ | |||
+ | Прямые наследники: | ||
+ | [[FGX.CardPanel.TfgCardPanel|TfgCardPanel]] | ||
== Описание == | == Описание == | ||
− | Описание отсутствует. | + | <span style="color:gray">Описание отсутствует.</span> |
− | |||
== Конструкторы == | == Конструкторы == | ||
Строка 14: | Строка 19: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code> | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |} | ||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>CornerRadius: [[Single]]</code> | ||
+ | <p>Радиус скругления углов.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Elevation: [[Single]]</code> | ||
+ | <p>Высота в терминах Material Design.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColor: [[TAlphaColor]]</code> | ||
+ | <p>Цвет закраски содержимого панели.</p> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>BackgroundColorName: [[TfgAssetName|TfgAssetName]]</code> | ||
+ | |||
+ | <p>Ресурс цвета заливк содержимого панели.</p><div class="info">Если указан ресурс цвета, то он имеет более высокий приоритет над <i>CardBackgroundColor</i> . Поэтому именно он и будет использоваться. Если же в ресурсе цвет не указан (Null) или его нет, то будет использоваться <i>CardBackgroundColor</i> .</div> | ||
+ | |} | ||
+ | |||
+ | == Константы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultCornerRadius: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultElevation: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultBackgroundColor: [[Integer]]</code> | ||
+ | <span style="color:gray">Описание отсутствует.</span> | ||
|} | |} |
Текущая версия на 05:44, 10 июля 2019
Delphi
TfgCustomCardPanel = class (TfgCustomLayout)
TComponent -> TfgControl -> TfgCustomLayout -> TfgCustomCardPanel
Прямые наследники: TfgCardPanel
Содержание
Описание
Описание отсутствует.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Свойства
property
|
BackgroundColorLink: TfgAssetColorLink
Описание отсутствует. |
property
|
CornerRadius: Single
Радиус скругления углов. |
property
|
Elevation: Single
Высота в терминах Material Design. |
property
|
BackgroundColor: TAlphaColor
Цвет закраски содержимого панели. |
property
|
BackgroundColorName: TfgAssetName
Ресурс цвета заливк содержимого панели. Если указан ресурс цвета, то он имеет более высокий приоритет над CardBackgroundColor . Поэтому именно он и будет использоваться. Если же в ресурсе цвет не указан (Null) или его нет, то будет использоваться CardBackgroundColor .
|
Константы
const
|
DefaultCornerRadius: Integer
Описание отсутствует. |
const
|
DefaultElevation: Integer
Описание отсутствует. |
const
|
DefaultBackgroundColor: Integer
Описание отсутствует. |