HwndSource.SizeToContent Property

Definition

Get or sets whether and how the window is sized to its content.

C#
public System.Windows.SizeToContent SizeToContent { get; set; }

Property Value

One of the enumeration values. The default value is Manual, which specifies that the window is not sized to its content.

Remarks

End users might indirectly set this property through application UI, if that functionality is exposed by the application.

Scale transformations should not be applied to the RootVisual of an HwndSource, because this can disable SizeToContent behavior. See Remarks for RootVisual.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also