LanguagePreferences.WordWrapGlyphs Property

Definition

Gets or sets whether or not a glyph should be shown for a line that is word-wrapped.

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

Property Value

true if the glyph should be shown, otherwise false.

Remarks

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

This property affects the preferences value fWordWrapGlyphs.

Applies to