From d5f5eba0188d4521e25b33ed2cad4177339767eb Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Wed, 14 Feb 2018 20:40:10 -0800 Subject: Add a setting to control the visibility of the opacity editor UI --- Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Xamarin.PropertyEditing.Windows.Standalone') diff --git a/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml.cs b/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml.cs index eb5751a..59fc4b6 100644 --- a/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml.cs +++ b/Xamarin.PropertyEditing.Windows.Standalone/MainWindow.xaml.cs @@ -18,6 +18,7 @@ namespace Xamarin.PropertyEditing.Windows.Standalone this.panel.TargetPlatform = new TargetPlatform { SupportsCustomExpressions = true, SupportsMaterialDesign = true, + SupportsBrushOpacity = false, GroupedTypes = new Dictionary { { typeof(CommonBrush), "Brush" } } -- cgit v1.2.3