SilverlightText.TextWrapping Property
Gets a value that describes how text that is displayed on the text block is wrapped.
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 TextWrapping As TextWrapping
Get
public virtual TextWrapping TextWrapping { get; }
public:
virtual property TextWrapping TextWrapping {
TextWrapping get ();
}
abstract TextWrapping : TextWrapping
override TextWrapping : TextWrapping
function get TextWrapping () : TextWrapping
Property Value
Type: System.Windows.TextWrapping
A TextWrapping value that describes how text that is displayed on the text block is wrapped.
.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