Search
Stretch Enumeration
See Also
 






Describes how control's content is resized to fill the control's size.

Namespace: com.mindfusion.keyboard
Assembly: com.mindfusion.keyboard

 Syntax

Java  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