Table of Contents

Property ShowHeadingPrefix

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

ShowHeadingPrefix

Gets or sets whether heading lines include the # prefix (e.g. # , ## ). When true (default), the hash markers are displayed so that heading levels are visually distinguishable. When false, only the heading text is shown.

public bool ShowHeadingPrefix { get; set; }

Property Value

bool