Implemented interface member:
property
BorderColor
Microsoft.Maui.Controls.IBorderElement.BorderColor
4 references to BorderColor
Microsoft.Maui.Controls (3)
Frame\Frame.cs (3)
13
/// <summary>Bindable property for <see cref="
BorderColor
"/>.</summary>
115
if (
BorderColor
is not null)
126
if (
BorderColor
is not null)
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\FrameRenderer.cs (1)
320
Color borderColor = Element.
BorderColor
;