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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 18: Строка 18:
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>property</code> || <code>ImageLink: TfgAssetLink</code>
 +
 +
|-
 +
| <code>property</code> || <code>Text: string</code>
 +
 +
|-
 +
| <code>property</code> || <code>ImageName: TfgAssetName</code>
 +
 +
|-
 +
| <code>property</code> || <code>ImageLocation: TfgImageLocation</code>
 +
 +
|-
 +
| <code>property</code> || <code>Kind: TfgButtonKind</code>
 +
 +
|-
 +
| <code>property</code> || <code>TextSettings: TfgButtonTextSettings</code>
 +
 +
|-
 +
| <code>property</code> || <code>Shadow: TfgBorderShadow</code>
 +
Тень текста.
 
|}
 
|}

Версия 23:50, 9 июня 2019

Delphi

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

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

constructor Create(AOwner: TComponent)

Методы

Свойства

property ImageLink: TfgAssetLink
property Text: string
property ImageName: TfgAssetName
property ImageLocation: TfgImageLocation
property Kind: TfgButtonKind
property TextSettings: TfgButtonTextSettings
property Shadow: TfgBorderShadow

Тень текста.