FGX.Button.TfgCustomButton: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 33: | Строка 33: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Text: [[string]]</code> | ||
− | < | + | |
+ | <p>Надпись на кнопке.</p><div class="info">Надпись не выводится при <i>ImageLocation = TfgImageLocation.Center</i></div> | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageName: [[TfgAssetName|TfgAssetName]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageName: [[TfgAssetName|TfgAssetName]]</code> | ||
− | < | + | <p>Название ресурса, содержащего картинку, которая будет выводиться на кнопке.</p> |
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageLocation: [[FGX.Button.TfgImageLocation|TfgImageLocation]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ImageLocation: [[FGX.Button.TfgImageLocation|TfgImageLocation]]</code> | ||
− | < | + | <p>Расположение картинки относительно надписи <i>Text</i> .</p> |
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Kind: [[FGX.Button.TfgButtonKind|TfgButtonKind]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Kind: [[FGX.Button.TfgButtonKind|TfgButtonKind]]</code> | ||
− | < | + | <p>Вид кнопки, который отвечает за ее внешний вид.</p> |
|- | |- | ||
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TextSettings: [[FGX.Button.Types.TfgButtonTextSettings|TfgButtonTextSettings]]</code> | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TextSettings: [[FGX.Button.Types.TfgButtonTextSettings|TfgButtonTextSettings]]</code> | ||
− | < | + | <p>Настройки шрифта/цветов отображения надписи <i>Text</i> .</p> |
|- | |- | ||
− | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code> | + | | <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>TextShadow: [[FGX.Types.Shadow.TfgBorderShadow|TfgBorderShadow]]</code> |
<p>Тень текста.</p> | <p>Тень текста.</p> | ||
|} | |} |
Версия 03:50, 19 ноября 2019
Delphi
TfgCustomButton = class (TfgControl)
TComponent -> TfgControl -> TfgCustomButton
Прямые наследники: TfgButton
Содержание
Описание
Описание отсутствует.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Свойства
property
|
ImageLink: TfgAssetLink
Описание отсутствует. |
property
|
CharCase: TfgButtonTextCharCase
Режим отображения надписи (оригинальное отображение, в нижнем регистре, в верхнем регистре, первая буква в предложении заглавная). |
property
|
Text: string
Надпись на кнопке. Надпись не выводится при ImageLocation = TfgImageLocation.Center
|
property
|
ImageName: TfgAssetName
Название ресурса, содержащего картинку, которая будет выводиться на кнопке. |
property
|
ImageLocation: TfgImageLocation
Расположение картинки относительно надписи Text . |
property
|
Kind: TfgButtonKind
Вид кнопки, который отвечает за ее внешний вид. |
property
|
TextSettings: TfgButtonTextSettings
Настройки шрифта/цветов отображения надписи Text . |
property
|
TextShadow: TfgBorderShadow
Тень текста. |
Константы
const
|
DefaultImageLocation: TfgImageLocation
Описание отсутствует. |
const
|
DefaultButtonKind: TfgButtonKind
Описание отсутствует. |
const
|
DefaultCharCase: TfgButtonTextCharCase
Описание отсутствует. |