整理控件库

This commit is contained in:
GG Z
2025-05-05 17:04:06 +08:00
parent 74532b77be
commit 3eaad7566e
283 changed files with 2156 additions and 17846 deletions

View File

@@ -11,11 +11,10 @@ namespace WPFluent.Extensions;
public static class TextBlockFontTypographyExtensions
{
/// <summary>
/// Converts the typography type enumeration to the name of the resource that represents it.
/// typography type 枚举转换为表示它的资源的名称。
/// </summary>
/// <returns>
/// Name of the resource matching the <see cref="FontTypography"/>. <see cref="ArgumentOutOfRangeException"/>
/// otherwise.
/// <see cref="FontTypography"/> 匹配的资源名称。否则<see cref="ArgumentOutOfRangeException"/>
/// </returns>
public static string ToResourceValue(this FontTypography typography)
{