LanguagePreferences.WordWrap Property

Definition

Gets or sets whether or not word wrapping is enabled.

public:
 property bool WordWrap { bool get(); void set(bool value); };
public:
 property bool WordWrap { bool get(); void set(bool value); };
public bool WordWrap { get; set; }
member this.WordWrap : bool with get, set
Public Property WordWrap As Boolean

Property Value

true if word wrapping is enabled, otherwise false.

Remarks

This property is not used in the default managed package framework language service classes.

This property affects the preferences value fWordWrap.

Applies to