maui-linux/Xamarin.Forms.Core/IBarElement.cs

9 строки
126 B
C#

namespace Xamarin.Forms
{
interface IBarElement
{
Color BarBackgroundColor { get; }
Color BarTextColor { get; }
}
}