C# Class UwpHelpers.Examples.Helpers.ExtensionMethods

Afficher le fichier Open project: LanceMcCarthy/UwpProjects

Méthodes publiques

Méthode Description
BlurElementAsync ( this sourceElement, float blurAmount = 2.0f ) : Task

Applys a blur to a UI element

Method Details

BlurElementAsync() public static méthode

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
Résultat Task