命名调整
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
{
|
||||
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
|
||||
{
|
||||
if (!(value is double))
|
||||
if (value is not double)
|
||||
{
|
||||
return default(CornerRadius);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user