Auto Outline ElementTop Level Style Name Property
This is used to set a style class name on top-level auto-outlines
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Html
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TopLevelStyleName { get; set; }VB
Public Property TopLevelStyleName As String
Get
SetC++
public:
property String^ TopLevelStyleName {
String^ get ();
void set (String^ value);
}F#
member TopLevelStyleName : string with get, setProperty Value
StringRemarks
This is useful for hiding top-level auto-outlines on all but certain devices if another
element on the page displays section headers such as In This Article quick links. Custom lead text,
if specified, will still be rendered as it may not refer to the auto-outline.