FGX.Button.TfgCustomButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (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 lang="Delphi">const</syntaxhighlight> || <code>DefaultImageLocation: [[.TfgImageLocation|TfgImageLocation]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultButtonKind: [[.TfgButtonKind|TfgButtonKind]]</code> | ||
+ | |||
|} | |} |
Версия 04:45, 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
|