3 references to BorderColorProperty
Microsoft.Maui.Controls (2)
Frame\Frame.cs (2)
63 Color IBorderElement.BorderColorDefaultValue => (Color)BorderColorProperty.DefaultValue; 83 bool IBorderElement.IsBorderColorSet() => IsSet(BorderColorProperty);
Microsoft.Maui.Controls.Compatibility (1)
Android\FastRenderers\FrameRenderer.cs (1)
262 else if (e.PropertyName == Frame.BorderColorProperty.PropertyName)