RenderContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |