Field BorderWidth
Gets or sets the function that determines the border width for a given view.
public Func<View, double>? BorderWidth
Returns
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.