Intersoft ClientUI Documentation
StretchDirection Enumeration



Describes the direction that content is scaled.
Syntax
Public Enum StretchDirection 
   Inherits System.Enum
Dim instance As StretchDirection
public enum StretchDirection : System.Enum 
public enum class StretchDirection : public System.Enum 
Members
MemberDescription
BothThe content stretches to fit the parent according to the System.Windows.Controls.Viewbox.Stretch property.
DownOnly The content scales downward only when it is larger than the parent. If the content is smaller, no scaling upward is performed.
UpOnly The content scales upward only when it is smaller than the parent. If the content is larger, no scaling downward is performed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Controls.StretchDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Controls Namespace

Send Feedback