Describes how control's content is resized to fill the control's size.
Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard
SyntaxJava
Copy Code
|
|---|
public enum Stretch |
Members| Member name | Description | |
|---|---|---|
![]() |
Fill |
The content is resized to fill the control size, without preserving aspect ratio. |
![]() |
None |
The content preserves its original size. |
![]() |
Uniform |
The content is resized to fit the control size, preserving aspect ratio. |
![]() |
UniformToFill |
The content is resized to fill the control size, preserving aspect ratio. |
See Also