[]
        
(Showing Draft Content)

C1.iOS.Input.AutoSizeMode

AutoSizeMode Class

Inheritance
AutoSizeMode
Namespace: C1.iOS.Input
Assembly: C1.iOS.Input.dll
Syntax
public sealed class AutoSizeMode : Enum

Fields

Name 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.

value__