MultiScaleImage.BlurFactor Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the extent that data is blurred while rendering.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<MultiScaleImage BlurFactor="double"/>
Property Value
Type: System.DoubleThe extent that data is blurred while rendering. A value of 2 means that data is twice as blurry (one level lower), while a value of 0.5 means that data is sharper (one level higher). The default is 1.
Dependency property identifier field: BlurFactorProperty
Show: