C1.Android.Input Assembly / C1.Android.Input Namespace / AutoSizeMode Enumeration


AutoSizeMode Enumeration
Syntax
'Declaration
 
Public Enum AutoSizeMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As AutoSizeMode
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Input.AutoSizeMode

See Also