AnimationExtensions.IsBlurSupported Property

Definition

Gets a value indicating whether the platform supports blur.

public static bool IsBlurSupported { get; }
static member IsBlurSupported : bool
Public ReadOnly Property IsBlurSupported As Boolean

Property Value

Remarks

A check should always be made to IsBlurSupported prior to calling Blur, since older operating systems will not support blurs.

Applies to

See also