Table of Contents

Field BorderColor

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

Gets or sets the function used to determine the border color for a given view.

public Func<View, Color>? BorderColor

Returns

Func<View, Color>
Gets or sets the function used to determine the border color for a given view.

Remarks

Assign a function that takes a View and returns a Color to customize the border color dynamically based on the view's properties or state. If not set, a default border color may be used.