Topic Transformation CoreHas Header Text Property
This property is used to get or set whether or not all pages should be have the header text item
inserted into them.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This will be true if the project's header text property contains a value, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool HasHeaderText { get; set; }VB
Public Property HasHeaderText As Boolean
Get
SetC++
public:
property bool HasHeaderText {
bool get ();
void set (bool value);
}F#
member HasHeaderText : bool with get, setProperty Value
BooleanThis will be true if the project's header text property contains a value, false if not