FGX.Button.TfgCustomButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 15: | Строка 15: | ||
| <code>constructor</code> || <code>Create(AOwner: [[TComponent]])</code> | | <code>constructor</code> || <code>Create(AOwner: [[TComponent]])</code> | ||
+ | |} | ||
+ | |||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <code>property</code> || <code>ImageLink: [[FGX.Assets.TfgAssetLink|TfgAssetLink]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>Text: [[string]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>ImageName: [[.TfgAssetName|TfgAssetName]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>ImageLocation: [[.TfgImageLocation|TfgImageLocation]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>Kind: [[.TfgButtonKind|TfgButtonKind]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>TextSettings: [[FGX.Button.Types.TfgButtonTextSettings|TfgButtonTextSettings]]</code> | ||
+ | |||
+ | |- | ||
+ | | <code>property</code> || <code>Shadow: [[FGX.Types.Shadow.TfgBorderShadow|TfgBorderShadow]]</code> | ||
+ | Тень текста. | ||
|} | |} |
Версия 03:59, 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
Тень текста. |