Method | Description | |
---|---|---|
GetVisibleBounds ( this page ) : System.Windows.Thickness |
Get the VisibleBounds value from provided PhoneApplicationPage
|
|
VisibleBoundsChangedAdd ( this page, EventHandler handler ) : void |
Attach provided handler to VisibleBoundsChanged event.
|
|
VisibleBoundsChangedRemove ( this page, EventHandler handler ) : void |
Detach provided handler from VisibleBoundsChanged event.
|
Method | Description | |
---|---|---|
EnsureVersion ( ) : void |
public static GetVisibleBounds ( this page ) : System.Windows.Thickness | ||
page | this | Target page. |
return | System.Windows.Thickness |
public static VisibleBoundsChangedAdd ( this page, EventHandler handler ) : void | ||
page | this | Target page. |
handler | EventHandler | Delegate to attach to the event. |
return | void |
public static VisibleBoundsChangedRemove ( this page, EventHandler handler ) : void | ||
page | this | Target page. |
handler | EventHandler | Delegate to detach from the event. |
return | void |