Browse Source
The WPF equivalent (`Style`) is in `FrameworkElement` so it would make sense. Will also make stuff a lot easier and removes the need for an `IThemed` interface.pull/8262/head
6 changed files with 39 additions and 59 deletions
@ -1,13 +0,0 @@ |
|||
namespace Avalonia.Styling |
|||
{ |
|||
/// <summary>
|
|||
/// Represents a themed element.
|
|||
/// </summary>
|
|||
public interface IThemed |
|||
{ |
|||
/// <summary>
|
|||
/// Gets the theme style for the element.
|
|||
/// </summary>
|
|||
public ControlTheme? Theme { get; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue