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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 39: Строка 39:
 
| <code>property</code> || <code>Shadow: TfgBorderShadow</code>
 
| <code>property</code> || <code>Shadow: TfgBorderShadow</code>
 
Тень текста.
 
Тень текста.
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>const</code> || <code>DefaultImageLocation: TfgImageLocation</code>
 +
 +
|-
 +
| <code>const</code> || <code>DefaultButtonKind: TfgButtonKind</code>
 +
 
|}
 
|}

Версия 03:13, 10 июня 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

Тень текста.

Константы

const DefaultImageLocation: TfgImageLocation
const DefaultButtonKind: TfgButtonKind