IBuild ProcessPresentation Style Property
This read-only property is used to get the presentation instance being used by the build process
Definition
Namespace: Sandcastle.Core.BuildEngine
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#
PresentationStyleSettings PresentationStyle { get; }VB
ReadOnly Property PresentationStyle As PresentationStyleSettings
GetC++
property PresentationStyleSettings^ PresentationStyle {
PresentationStyleSettings^ get ();
}F#
abstract PresentationStyle : PresentationStyleSettings with get