mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
0.2.0
组件系统
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace LanMontainDesktop.Models;
|
||||
|
||||
public sealed class DesktopComponentPlacementSnapshot
|
||||
{
|
||||
public string PlacementId { get; set; } = string.Empty;
|
||||
|
||||
public int PageIndex { get; set; }
|
||||
|
||||
public string ComponentId { get; set; } = string.Empty;
|
||||
|
||||
public int Row { get; set; }
|
||||
|
||||
public int Column { get; set; }
|
||||
|
||||
public int WidthCells { get; set; } = 1;
|
||||
|
||||
public int HeightCells { get; set; } = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user