Table of Contents

Field BorderWidth

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

Gets or sets the function that determines the border width for a given view.

public Func<View, double>? BorderWidth

Returns

Func<View, double>
Gets or sets the function that determines the border width for a given view.

Remarks

Assign a delegate to customize the border width calculation based on the provided view. If not set, a default border width may be used.