ActiveReports 12
SnapsToDevicePixels Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : 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.
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

Reference

Viewer Class
Viewer Members