зеркало из https://github.com/AvaloniaUI/Avalonia.git
16 строки
442 B
C#
16 строки
442 B
C#
// -----------------------------------------------------------------------
|
|
// <copyright file="Brush.cs" company="Steven Kirk">
|
|
// Copyright 2014 MIT Licence. See licence.md for more information.
|
|
// </copyright>
|
|
// -----------------------------------------------------------------------
|
|
|
|
namespace Perspex.Media
|
|
{
|
|
/// <summary>
|
|
/// Describes how an area is painted.
|
|
/// </summary>
|
|
public abstract class Brush
|
|
{
|
|
}
|
|
}
|