C1.WPF Namespace : AutoSizeMode Enumeration |
'Declaration
Public Enum AutoSizeMode Inherits System.Enum
'Usage
Dim instance As AutoSizeMode
public enum AutoSizeMode : System.Enum
public enum class AutoSizeMode : public System.Enum
Member | Description |
---|---|
GrowAndShrink | Change its size according to the content size |
GrowHorizontally | Grows its size horizontally, but it shrink its size vertically if needed. |
GrowOnly | Grows its size when the content is bigger but remains unchanged when the content size is smaller. |
System.Object
System.ValueType
System.Enum
C1.WPF.AutoSizeMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2