Files
LanMountainDesktop/LanMontainDesktop/ComponentSystem/DesktopComponentResizeMode.cs
lincube 2d09c1aca2 0.2.4
稳定性提升
2026-03-03 11:10:57 +08:00

8 lines
124 B
C#

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