Table of Contents

Method AddSetterForButtonBorderWidth

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

AddSetterForButtonBorderWidth(VisualState, double)

Adds a setter for the button border width to the specified visual state.

public static Setter AddSetterForButtonBorderWidth(this VisualState state, double value)

Parameters

state VisualState

The visual state to add the setter to.

value double

The button border width value to set.

Returns

Setter

The created setter.