SilverlightViewBox.VerticalAlignment Property
Gets the vertical alignment that is applied to this SilverlightViewBox control by its parent.
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 VerticalAlignment As VerticalAlignment
Get
public virtual VerticalAlignment VerticalAlignment { get; }
public:
virtual property VerticalAlignment VerticalAlignment {
VerticalAlignment get ();
}
abstract VerticalAlignment : VerticalAlignment
override VerticalAlignment : VerticalAlignment
function get VerticalAlignment () : VerticalAlignment
Property Value
Type: System.Windows.VerticalAlignment
A VerticalAlignment value that describes the vertical alignment that is applied to this SilverlightViewBox control by its parent..
.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