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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 4: Строка 4:
  
 
<syntaxhighlight lang="Delphi">TfgCustomButton = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgCustomButton = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)</syntaxhighlight>
 
== Описание ==
 
 
Описание отсутствует.
 
 
== Конструкторы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 
 
|}
 
 
== Свойства ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageLink: [[FGX.Assets.TfgAssetLink|TfgAssetLink]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageName: [[.TfgAssetName|TfgAssetName]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageLocation: [[.TfgImageLocation|TfgImageLocation]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Kind: [[.TfgButtonKind|TfgButtonKind]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TextSettings: [[FGX.Button.Types.TfgButtonTextSettings|TfgButtonTextSettings]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Shadow: [[FGX.Types.Shadow.TfgBorderShadow|TfgBorderShadow]]</code>
 
Тень текста.
 
|}
 
 
== Константы ==
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultImageLocation: [[.TfgImageLocation|TfgImageLocation]]</code>
 
 
|-
 
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultButtonKind: [[.TfgButtonKind|TfgButtonKind]]</code>
 
 
|}
 

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

Delphi

TfgCustomButton = class (TfgControl, IFGXTapSupported, IFGXNotificationObserver, IFGXNotificationObservable)