C# Class UwpHelpers.Examples.Helpers.ExtensionMethods

Datei anzeigen Open project: LanceMcCarthy/UwpProjects

Public Methods

Method Description
BlurElementAsync ( this sourceElement, float blurAmount = 2.0f ) : Task

Applys a blur to a UI element

Method Details

BlurElementAsync() public static method

Applys a blur to a UI element
public static BlurElementAsync ( this sourceElement, float blurAmount = 2.0f ) : Task
sourceElement this UIElement to blur, generally an Image control, but can be anything
blurAmount float Level of blur to apply
return Task