Property | Type | Description | |
---|---|---|---|
OnControlUnloaded | void | ||
OnPointerEntered | void | ||
OnPointerExited | void | ||
UpdateCursor | void |
Method | Description | |
---|---|---|
Attach ( |
Attaches to the specified framework element.
|
|
Detach ( ) : void |
Detaches this instance.
|
Method | Description | |
---|---|---|
OnControlUnloaded ( object sender, |
||
OnPointerEntered ( object sender, Windows e ) : void | ||
OnPointerExited ( object sender, Windows e ) : void | ||
UpdateCursor ( ) : void |
public Attach ( |
||
frameworkElement | The frameworkElement. | |
return | void |