using System.Windows.Controls.Primitives; namespace XFEToolBox.Views.Controls; public class SwitchButton : ToggleButton { public SwitchButton() { } }