namespace Avalonia.Controls { /// /// A button with an added drop-down chevron to visually indicate it has a flyout with additional actions. /// public class DropDownButton : Button { /// /// Initializes a new instance of the class. /// public DropDownButton() { } } }