feat: add more templates.

This commit is contained in:
rabbitism
2024-02-13 16:09:53 +08:00
parent cff3cdbf98
commit e227788a95
5 changed files with 226 additions and 44 deletions

View File

@@ -88,7 +88,7 @@ public class NavMenu: ItemsControl
}
public static readonly StyledProperty<double> SubMenuIndentProperty = AvaloniaProperty.Register<NavMenu, double>(
nameof(SubMenuIndent), defaultValue: 20.0);
nameof(SubMenuIndent));
public double SubMenuIndent
{