TextAutoSize Class
The text auto-size behavior for a shape.
Declaration
public abstract class TextAutoSize extends JavaObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
TextAutoSize
TextAutoSize()
Initializes a new instance of the TextAutoSize class.
Declaration
public TextAutoSize()
Fields
NONE Field
Specifies that the text is not resized to fit the shape.
Declaration
public static final TextAutoSize NONE
Field Value
| Type | Description |
|---|---|
TextAutoSize |
A |
NORMAL Field
Specifies that the text is resized to fit the shape.
Declaration
public static final TextAutoSize NORMAL
Field Value
| Type | Description |
|---|---|
TextAutoSize |
A |
SHAPE Field
Specifies that the shape is resized to fit the text.
Declaration
public static final TextAutoSize SHAPE
Field Value
| Type | Description |
|---|---|
TextAutoSize |
A |