更新整理
This commit is contained in:
9
WPFluent.Gallery/ControlsLookup/GalleryPageAttribute.cs
Normal file
9
WPFluent.Gallery/ControlsLookup/GalleryPageAttribute.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace WPFluent.Gallery.ControlsLookup;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
internal sealed class GalleryPageAttribute(string description, SymbolRegular icon) : Attribute
|
||||
{
|
||||
public string Description { get; } = description;
|
||||
|
||||
public SymbolRegular Icon { get; } = icon;
|
||||
}
|
||||
Reference in New Issue
Block a user