Button.BorderColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a color that describes the border stroke color of the button. This is a bindable property.
public Xamarin.Forms.Color BorderColor { get; set; }
member this.BorderColor : Xamarin.Forms.Color with get, set
Property Value
The color that is used as the border stroke color; the default is Default.
Remarks
This property has no effect if BorderWidth is set to 0. On Android this property will not have an effect unless BackgroundColor is set to a non-default color.