We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def6ce7 commit 6b5715dCopy full SHA for 6b5715d
CommunityToolkit.Tooling.SampleGen/ToolkitSampleSubcategory.cs
@@ -15,7 +15,7 @@ public enum ToolkitSampleSubcategory : byte
15
/// <summary>
16
/// No subcategory specified.
17
/// </summary>
18
- None,
+ Miscellaneous,
19
20
21
/// A sample that focuses on layout panels.
@@ -86,5 +86,20 @@ public enum ToolkitSampleSubcategory : byte
86
/// Samples that focus on helpers during development.
87
88
Developer,
89
+
90
+ /// <summary>
91
+ /// Samples that focus on sizer related controls
92
+ /// </summary>
93
+ Sizers,
94
95
96
+ /// Samples that focus shadows
97
98
+ Shadows,
99
100
101
+ /// Samples that focus on Text related controls or extensions.
102
103
+ Text,
104
}
105
0 commit comments