Files
LanMountainDesktop/LanMountainDesktop/ComponentSystem/DesktopComponentResizeMode.cs
lincube f78a56cb2c 0.3.5
2026-03-04 15:22:52 +08:00

8 lines
128 B
C#

namespace LanMountainDesktop.ComponentSystem;
public enum DesktopComponentResizeMode
{
Proportional = 0,
Free = 1
}