Xamarin.Forms.Button.BorderColor Property
Gets or sets a color that describes the border stroke color of the button. This is a bindable property.

Syntax

public Color BorderColor { get; set; }

Value

The color that is used as the border stroke color; the default is Color.Default.

Remarks

This property has no effect if Button.BorderWidth is set to 0. On Android this property will not have an effect unless VisualElement.BackgroundColor is set to a non-default color.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0