C# Class WinRTXamlToolkit.Controls.Extensions.ClipToBoundsHandler

Handles the ClipToBounds attached behavior defined by the attached property of the FrameworkElementExtensions class.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
Attach ( FrameworkElement fe ) : void

Attaches to the specified framework element.

Detach ( ) : void

Detaches this instance.

Private Methods

Méthode Description
OnSizeChanged ( object sender, SizeChangedEventArgs sizeChangedEventArgs ) : void
UpdateClipGeometry ( ) : void

Method Details

Attach() public méthode

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

Detach() public méthode

Detaches this instance.
public Detach ( ) : void
Résultat void