Intersoft.Client.UI.Controls Namespace : StretchDirection Enumeration |
Public Enum StretchDirection Inherits System.Enum
Dim instance As StretchDirection
public enum StretchDirection : System.Enum
public enum class StretchDirection : public System.Enum
Member | Description |
---|---|
Both | The 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. |
System.Object
System.ValueType
System.Enum
Intersoft.Client.UI.Controls.StretchDirection
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