FGX.NavigationBar.Types.TfgNavigationBarSubTitleTextSettings: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 14: Строка 14:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
 +
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Font: [[FGX.Canvas.Types.TfgFont|TfgFont]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>FontColor: [[TAlphaColor]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>FontColorName: [[.TfgAssetName|TfgAssetName]]</code>
  
 
|}
 
|}

Версия 04:52, 10 июня 2019

Delphi

TfgNavigationBarSubTitleTextSettings = class (TfgTextSettings)

Описание

Описание отсутствует.

Конструкторы

constructor
Create(AOwner: TPersistent)

Свойства

property
Font: TfgFont
property
FontColor: TAlphaColor
property
FontColorName: TfgAssetName