namespace TheXamlGuy.Framework.WPF; public enum InteractiveFrameButtonPlacement { Left = 0, Top = 1, Right = 3, Bottom = 4, }