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