Share via


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

See Also

Reference

SilverlightEdit Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace