SilverlightEdit.TextAlignment Property
Gets a value that represents the alignment of the edit control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public ReadOnly Property TextAlignment As String
Get
public string TextAlignment { get; }
public:
property String^ TextAlignment {
String^ get ();
}
member TextAlignment : string
function get TextAlignment () : String
Property Value
Type: System.String
A String that contains the text alignment of the edit control.
.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