Edit

Share via


RenderContext Class

Definition

The Context of the Current Position

public abstract class RenderContext : Microsoft.Toolkit.Parsers.Markdown.Render.IRenderContext
type RenderContext = class
    interface IRenderContext
Public MustInherit Class RenderContext
Implements IRenderContext
Inheritance
RenderContext
Derived
Implements

Constructors

RenderContext()

Properties

Foreground

Gets or sets the Foreground of the Current Context.

OverrideForeground

Gets or sets a value indicating whether to override the Foreground Property.

Parent

Gets or sets the parent Element for this Context.

TrimLeadingWhitespace

Gets or sets a value indicating whether to trim whitespace.

Methods

Clone()

Clones the Context.

Applies to