SilverlightEdit.TextWrapping Property

Gets a value that represents the wrapping 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 TextWrapping As String
    Get
public string TextWrapping { get; }
public:
property String^ TextWrapping {
    String^ get ();
}
member TextWrapping : string
function get TextWrapping () : String

Property Value

Type: System.String
A String that contains the text wrapping of the edit control.

.NET Framework Security

See Also

Reference

SilverlightEdit Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace