namespace WPFluent.Controls; /// /// Control changing its properties or appearance depending on the theme. /// public interface IThemeControl { /// /// Gets the theme that is currently set. /// public Appearance.ApplicationTheme ApplicationTheme { get; } }