Button.BorderColor Property
Definition
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
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.
Applies to
Feedback
Loading feedback...