using Avalonia.Styling; namespace Avalonia.Controls { /// /// Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic. /// public class UserControl : ContentControl, IStyleable { } }