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
- 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