WPF: RenderOptions.EdgeMode="Unspecified" vs "Alias" override global setting with local setting
- by msfanboy
Hello,
in the ressource-tag of my MainWindowView.xaml I have this markup:
RenderOptions.EdgeMode="Aliased" to get a general sharp look of my whole application.
Using mostly rectangular shapes/controls this works fine.
But for my validation error symbols I use a red ellipse with a white cross or "X" in it.
The ellipse is using now the global "Aliased" settings what looks not good because I can see
the pixelated border of the ellipse.
Using now does NOT change anything ???
I always set in wpf local settings override global settings ?