命名调整

This commit is contained in:
GG Z
2025-07-12 23:31:32 +08:00
parent 4d35cadb56
commit 6d96da6f90
88 changed files with 3975 additions and 2763 deletions

View File

@@ -5,8 +5,8 @@
public static class CornerRadiusUtil
{
/// <summary>
/// Verifies if this CornerRadius contains only valid values
/// The set of validity checks is passed as parameters.
/// 验证角半径是否只包含有效值
/// 有效性检查集作为参数传递。
/// </summary>
/// <param name='corner'>CornerRadius value</param>
/// <param name='allowNegative'>allows negative values</param>

View File

@@ -1,12 +1,14 @@
using AntdWpf.Controls;
using System;
using System.Linq;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Animation;
using AntdWpf.Contracts;
namespace AntdWpf.Utils
{
using System;
using System.Linq;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Animation;
/// <summary>
/// Provides the ability to spin for controls.