SilverlightViewBox.HorizontalAlignment Property
Gets the horizontal 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 HorizontalAlignment As HorizontalAlignment
Get
public virtual HorizontalAlignment HorizontalAlignment { get; }
public:
virtual property HorizontalAlignment HorizontalAlignment {
HorizontalAlignment get ();
}
abstract HorizontalAlignment : HorizontalAlignment
override HorizontalAlignment : HorizontalAlignment
function get HorizontalAlignment () : HorizontalAlignment
Property Value
Type: System.Windows.HorizontalAlignment
A HorizontalAlignment value that describes the horizontal 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