Window.UsableHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the height (in points) of the active working area in the specified document window.
public:
property int UsableHeight { int get(); };
public int UsableHeight { get; }
member this.UsableHeight : int
Public ReadOnly Property UsableHeight As Integer
Property Value
Remarks
If none of the working area is visible in the document window, UsableHeight returns 1. To determine the actual available height, subtract 1 from the UsableHeight value.