Table of Contents

Field ButtonHotState

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

Provides the visual state setters for a button when it is in the hot (hovered) state.

public static SimpleToolBarView.ButtonVisualStateSetters ButtonHotState

Returns

SimpleToolBarView.ButtonVisualStateSetters
Provides the visual state setters for a button when it is in the hot (hovered) state.

Remarks

This static instance defines the appearance of a button when the pointer is over it, including background color, border color, text color, and border width. The values are typically used by UI rendering logic to apply the appropriate visual feedback for user interaction.