C# Class WinRTXamlToolkit.Controls.Extensions.ClipToBoundsHandler

Handles the ClipToBounds attached behavior defined by the attached property of the FrameworkElementExtensions class.
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
Attach ( FrameworkElement fe ) : void

Attaches to the specified framework element.

Detach ( ) : void

Detaches this instance.

Private Methods

Method Description
OnSizeChanged ( object sender, SizeChangedEventArgs sizeChangedEventArgs ) : void
UpdateClipGeometry ( ) : void

Method Details

Attach() public method

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

Detach() public method

Detaches this instance.
public Detach ( ) : void
return void