整理控件库
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user