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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace