SilverlightViewBox.StretchDirection Property

Gets a value that determines how content is scaled to fit the view box.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property StretchDirection As StretchDirection
    Get
public virtual StretchDirection StretchDirection { get; }
public:
virtual property StretchDirection StretchDirection {
    StretchDirection get ();
}
abstract StretchDirection : StretchDirection
override StretchDirection : StretchDirection
function get StretchDirection () : StretchDirection

Property Value

Type: System.Windows.Controls.StretchDirection
A StretchDirection value that determines how content is scaled to fit the view box.

.NET Framework Security

See Also

Reference

SilverlightViewBox Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace