Udostępnij za pośrednictwem


InPlaceTextEditor.WordWrap Property

Gets or sets a value indicating whether the editor should word wrap.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Property WordWrap As Boolean
public bool WordWrap { get; set; }
public:
property bool WordWrap {
    bool get ();
    void set (bool value);
}
member WordWrap : bool with get, set
function get WordWrap () : boolean
function set WordWrap (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

InPlaceTextEditor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace