Button.BorderColor Property

Definition

Gets or sets a color that describes the border stroke color of the button. This is a bindable property.

public:
 property Microsoft::Maui::Graphics::Color ^ BorderColor { Microsoft::Maui::Graphics::Color ^ get(); void set(Microsoft::Maui::Graphics::Color ^ value); };
public Microsoft.Maui.Graphics.Color BorderColor { get; set; }
member this.BorderColor : Microsoft.Maui.Graphics.Color with get, set
Public Property BorderColor As Color

Property Value

The color that is used as the border stroke color.

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