Skip to content

Commit

Permalink
Updating categories
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 authored and Arlodotexe committed Sep 1, 2023
1 parent def6ce7 commit 6b5715d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CommunityToolkit.Tooling.SampleGen/ToolkitSampleSubcategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum ToolkitSampleSubcategory : byte
/// <summary>
/// No subcategory specified.
/// </summary>
None,
Miscellaneous,

/// <summary>
/// A sample that focuses on layout panels.
Expand Down Expand Up @@ -86,5 +86,20 @@ public enum ToolkitSampleSubcategory : byte
/// Samples that focus on helpers during development.
/// </summary>
Developer,

/// <summary>
/// Samples that focus on sizer related controls
/// </summary>
Sizers,

/// <summary>
/// Samples that focus shadows
/// </summary>
Shadows,

/// <summary>
/// Samples that focus on Text related controls or extensions.
/// </summary>
Text,
}

0 comments on commit 6b5715d

Please sign in to comment.