Click or drag to resize

ContainerStretchMode Enumeration

Represents stretch mode.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public enum ContainerStretchMode
Members
  Member nameValueDescription
VerticalOnly1 Stretch vertically.
HorizontalOnly2 Stretch horizontally.
Fill3 Stretch both vertically and horizontally.
Remarks