Search
Stretch Enumeration
See Also
 






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

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public enum Stretch

Visual Basic  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