C# 클래스 UwpHelpers.Examples.Helpers.ExtensionMethods

파일 보기 프로젝트 열기: LanceMcCarthy/UwpProjects

공개 메소드들

메소드 설명
BlurElementAsync ( this sourceElement, float blurAmount = 2.0f ) : Task

Applys a blur to a UI element

메소드 상세

BlurElementAsync() 공개 정적인 메소드

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
리턴 Task