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:
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.