Window.Width Property

Definition

The width in points of the window.

public:
 property double Width { double get(); void set(double value); };
public double Width { get; set; }
Public Property Width As Double

Property Value

Remarks

Use the UsableWidth property to determine the maximum size for the window. You cannot set this property if the window is maximized or minimized. Use the WindowState property to determine the window state.

Applies to