C# 클래스 WinRTXamlToolkit.Controls.Extensions.ClipToBoundsHandler

Handles the ClipToBounds attached behavior defined by the attached property of the FrameworkElementExtensions class.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
Attach ( FrameworkElement fe ) : void

Attaches to the specified framework element.

Detach ( ) : void

Detaches this instance.

비공개 메소드들

메소드 설명
OnSizeChanged ( object sender, SizeChangedEventArgs sizeChangedEventArgs ) : void
UpdateClipGeometry ( ) : void

메소드 상세

Attach() 공개 메소드

Attaches to the specified framework element.
public Attach ( FrameworkElement fe ) : void
fe Windows.UI.Xaml.FrameworkElement The fe.
리턴 void

Detach() 공개 메소드

Detaches this instance.
public Detach ( ) : void
리턴 void