SilverlightViewBox.Stretch Property

Gets a value that determines how content fits inside 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 Stretch As Stretch
    Get
public virtual Stretch Stretch { get; }
public:
virtual property Stretch Stretch {
    Stretch get ();
}
abstract Stretch : Stretch
override Stretch : Stretch
function get Stretch () : Stretch

Property Value

Type: System.Windows.Media.Stretch
A Stretch value that determines how content fits inside the view box.

.NET Framework Security

See Also

Reference

SilverlightViewBox Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace