Bibliography ElementBibliography Title Style Property
This is used to get or set the bibliography title style for HTML output formats
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not set explicitly is "BibliographyTitle"
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string BibliographyTitleStyle { get; set; }VB
Public Property BibliographyTitleStyle As String
Get
SetC++
public:
property String^ BibliographyTitleStyle {
String^ get ();
void set (String^ value);
}F#
member BibliographyTitleStyle : string with get, setProperty Value
StringThe default if not set explicitly is "BibliographyTitle"