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
- 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