CardToolbarItemHoverText - свойство
Цвет текста при наведении курсора. Если null, то цвет текста будет инвертирован.
Пространство имён: Tessa.UI.CardsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public Color? HoverText { get; set; }
Public Property HoverText As Color?
Get
Set
public:
virtual property Nullable<Color^> HoverText {
Nullable<Color^> get () sealed;
void set (Nullable<Color^> value) sealed;
}
abstract HoverText : Nullable<Color> with get, set
override HoverText : Nullable<Color> with get, set
NullableColorICardToolbarItemHoverText