CardToolbarItemHoverText - свойство
Цвет текста при наведении курсора. Если null, то цвет текста будет инвертирован.
Пространство имён: Tessa.UI.CardsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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