Intersoft WebDesktop Documentation
SizeMode Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : SizeMode Enumeration


Glossary Item Box

Value representing the tool command sizing mode.

Syntax

Visual Basic (Declaration) 
Public Enum SizeMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SizeMode
C# 
public enum SizeMode : System.Enum 

Members

MemberDescription
AutomaticWidth and Height are automatically calculated based on length of the text.
Default 
FixedWidth and Height should be fixed using the value specified in Width and Height property.
JustifyWidth/Height are automatically justified to take all available spaces in the control area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.SizeMode

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.