编写私有属性设置辅助器

This commit is contained in:
zengwenjie
2025-09-18 15:37:28 +08:00
parent a7379e3eff
commit c85bb43830
13 changed files with 133 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ namespace Deedy.Activity
{
public static double IndentRuler { get; set; } = 30;
public ExpandoMapping ExpandoMapping { get; set; } = new ExpandoMapping();
public const string PART_ItemsContainer = "PART_ItemsContainer";
public const string PART_TitleContainer = "PART_TitleContainer";