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

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

Версия 04:25, 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