The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SizeToContent Enumeration
.NET Framework (current version)
Specifies how a window will automatically size itself to fit the size of its content. Used by the Window.SizeToContent property.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Height | Specifies that a window will automatically set its height to fit the height of its content, but not the width. | |
| Manual | ||
| Width | Specifies that a window will automatically set its width to fit the width of its content, but not the height. | |
| WidthAndHeight | Specifies that a window will automatically set both its width and height to fit the width and height of its content. |
.NET Framework
Available since 3.0
Available since 3.0
Show: