AutoOutlineElementTopLevelStyleName 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: 2024.12.21.0
public string TopLevelStyleName { get; set; }

Property Value

String

Remarks

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.

See Also