Files
TheXamlGuy/Framework/WPF/Interactions/InteractiveFrameButtonPlacement.cs
2022-11-01 15:26:08 +00:00

10 lines
147 B
C#

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