Click or drag to resize

ZoomPanelUseLowQualityBitmapScalingModeWhenAnimating Property

Gets or sets a Boolean that specifies if LowQuality BitmapScalingMode is used when animating zooming. After zooming is complete the BitmapScalingMode is set to the previous quality setting. This mode works only when the Image is an immediate child of ZoomPanel. By default this property is set to false (using HighQuality mode) except in case WPF is running on lower tier hardware (RenderCapability.Tier is less that 2).

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public bool UseLowQualityBitmapScalingModeWhenAnimating { get; set; }

Property Value

Type: Boolean
See Also