This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,7 +1,7 @@
using System.Globalization;
using System.Windows.Data;
namespace NeumUI.Converters.Internal;
namespace NeoUI.Converters.Internal;
/// <summary>
/// IntensityToSlotShadowMarginConverter 类用于将阴影强度double类型转换为阴影边距Thickness类型。此转换器特别适用于需要根据阴影强度动态调整UI元素阴影边距的场景。