| Visual Basic (Declaration) | |
|---|---|
Public Enum SizeMode Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SizeMode | |
| C# | |
|---|---|
public enum SizeMode : System.Enum | |
| Member | Description |
|---|---|
| Automatic | Width and Height are automatically calculated based on length of the text. |
| Default | |
| Fixed | Width and Height should be fixed using the value specified in Width and Height property. |
| Justify | Width/Height are automatically justified to take all available spaces in the control area. |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.SizeMode
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