DocumentationComposer.Renderer Property
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the documentation renderer.
protected abstract IDocumentRenderer Renderer { get; }Property Value
- IDocumentRenderer
- The documentation renderer used to generate documentation content.

Derived classes must override this property to provide a concrete IDocumentRenderer implementation that defines how different documentation elements are rendered.