namespace WPFluent.Controls; /// /// UI with attributes. /// public interface IAppearanceControl { /// /// Gets or sets the of the control, if available. /// public ControlAppearance Appearance { get; set; } }