UsableHeight Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns the maximum height of the space in pixels that a window can occupy in the application window area. Returns the same value as the Height property. Read-only Double.

expression.UsableHeight

expression   Required. An expression that returns a Window object.

Remarks

You can use the UsableWidth property to return the maximum possible width for a window.