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

See Also

Reference

SilverlightViewBox Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace