UIElement.SnapsToDevicePixels Property
Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering. This is a dependency property.
Assembly: PresentationCore (in PresentationCore.dll)
You can set this property to true on your root element to enable pixel snap rendering throughout the UI. For devices operating at greater than 96 dots per inch (dpi), pixel snap rendering can minimize anti-aliasing visual artifacts in the vicinity of single-unit solid lines.
When inherited by FrameworkElement or any possible derived classes, FrameworkElement overrides the metadata for this dependency property to set the Inherits metadata property to true. What this achieves is that only the outermost element in a subtree needs to specify SnapsToDevicePixels as true, and all child elements of that subtree will then report SnapsToDevicePixels as true and will have the SnapsToDevicePixels visual effect.
Identifier field | |
Metadata properties set to true | None |
Available since 3.0
UIElement Class
System.Windows Namespace
WPF Graphics Rendering Overview
Graphics Rendering Tiers
Pixel Snapping in WPF Applications