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