Browse Source

syntax error.

release/0.10.0-preview6 0.10.0-preview6
Dan Walmsley 5 years ago
parent
commit
9060f50e2f
  1. 2
      src/Windows/Avalonia.Win32/Win32Platform.cs

2
src/Windows/Avalonia.Win32/Win32Platform.cs

@ -55,7 +55,7 @@ namespace Avalonia
/// Supported on Windows 10 build 16299 and above. Ignored on other versions.
/// This is recommended if you need to use AcrylicBlur or acrylic in your applications.
/// </remarks>
public bool UseWindowsUIComposition { get; set; };
public bool UseWindowsUIComposition { get; set; }
}
}

Loading…
Cancel
Save