FGX.Button.TfgCustomButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 18: | Строка 18: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
+ | |} | ||
+ | |||
+ | == Свойства == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | property || ImageLink: TfgAssetLink | ||
+ | |||
+ | |- | ||
+ | | property || Text: string | ||
+ | |||
+ | |- | ||
+ | | property || ImageName: TfgAssetName | ||
+ | |||
+ | |- | ||
+ | | property || ImageLocation: TfgImageLocation | ||
+ | |||
+ | |- | ||
+ | | property || Kind: TfgButtonKind | ||
+ | |||
+ | |- | ||
+ | | property || TextSettings: TfgButtonTextSettings | ||
+ | |||
+ | |- | ||
+ | | property || Shadow: TfgBorderShadow | ||
+ | Тень текста. | ||
|} | |} |
Версия 23:47, 9 июня 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
Тень текста. |