Window.UsableWidth 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 maximum width in points of the space that a window can occupy in the application window area.
public:
property double UsableWidth { double get(); };
public double UsableWidth { get; }
Public ReadOnly Property UsableWidth As Double