3 implementations of IColorElement
Microsoft.Maui.Controls (3)
ActivityIndicator\ActivityIndicator.cs (1)
8 public partial class ActivityIndicator : View, IColorElement, IElementConfiguration<ActivityIndicator>, IActivityIndicator
BoxView\BoxView.cs (1)
10 public partial class BoxView : View, IColorElement, ICornerElement, IElementConfiguration<BoxView>, IShapeView, IShape
CheckBox\CheckBox.cs (1)
8 public partial class CheckBox : View, IElementConfiguration<CheckBox>, IBorderElement, IColorElement, ICheckBox
3 references to IColorElement
Microsoft.Maui.Controls (3)
ColorElement.cs (2)
9 BindableProperty.Create(nameof(IColorElement.Color), typeof(Color), typeof(IColorElement), null);
Properties\AssemblyInfo.cs (1)
95[assembly: StyleProperty("color", typeof(IColorElement), nameof(ColorElement.ColorProperty), Inherited = true)]