SizeToContent Enumeration
.NET Framework 3.0
Specifies how a window will automatically size itself to fit the size of its content. Used by the SizeToContent property.
Namespace: System.Windows
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration <LocalizabilityAttribute(LocalizationCategory.None, Readability:=Readability.Unreadable)> _ Public Enumeration SizeToContent 'Usage Dim instance As SizeToContent
/** @attribute LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable) */ public enum SizeToContent
LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable) public enum SizeToContent
<object property="EnumerationValue" .../>
| Member name | Description | |
|---|---|---|
| Height | Specifies that a window will automatically set its height to fit the width of its content, but not the width. | |
| Manual | Specifies that a window will not automatically set its size to fit the size of its content. Instead, the size of a window is determined by other properties, including Width, Height, MaxWidth, MaxHeight, MinWidth, and MinHeight. See Windows Presentation Foundation Windows Overview. | |
| 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. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: