添加几个裁剪参数

This commit is contained in:
艾竹
2024-01-01 20:37:06 +08:00
parent c2bce7c912
commit a611f1b11b
5 changed files with 473 additions and 34 deletions

View File

@@ -370,7 +370,20 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
} = true;
public bool ClipToBounds
{
get; set;
}
public bool AutoGrowth
{
get; set;
} = true;
public CornerRadius CornerRadius
{
get; set;
} = new CornerRadius();
}
public class SnappingOption