namespace Editor; /// /// These apply to both Segoe Fluent Icons and Segoe MDL2 Assets /// internal enum WindowControlIcon { Close = 0xE8BB, Minimize = 0xE921, Maximize = 0xE922, Restore = 0xE923 }