File: IColorElement.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using Microsoft.Maui.Graphics; namespace Microsoft.Maui.Controls { interface IColorElement { //note to implementor: implement this property publicly Color Color { get; } } } |