FGX.Button.TfgCustomButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 44: | Строка 44: | ||
| <code>property</code> || <code>Shadow: TfgBorderShadow</code> | | <code>property</code> || <code>Shadow: TfgBorderShadow</code> | ||
Тень текста. | Тень текста. | ||
+ | |} | ||
+ | |||
+ | == События == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
|} | |} |
Версия 02:52, 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
Тень текста. |