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.
Syntax
'Declaration
Public Property SnapsToDevicePixels As Boolean
public bool SnapsToDevicePixels {get; set;}
Property Value
true if the element should render in accordance to device pixels; otherwise, false. The default as declared on
System.Windows.UIElement is false.
See Also