Edit

Share via


InlineRenderContext Class

Definition

The Context of the Current Document Rendering.

public class InlineRenderContext : Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.RenderContext
type InlineRenderContext = class
    inherit RenderContext
Public Class InlineRenderContext
Inherits RenderContext
Inheritance
InlineRenderContext

Properties

Foreground

Gets or sets the Foreground of the Current Context.

(Inherited from RenderContext)
InlineCollection

Gets or sets the list to add to.

OverrideForeground

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

(Inherited from RenderContext)
Parent

Gets or sets the parent Element for this Context.

(Inherited from RenderContext)
TrimLeadingWhitespace

Gets or sets a value indicating whether to trim whitespace.

(Inherited from RenderContext)
WithinBold

Gets or sets a value indicating whether the Current Element is being rendered inside a Bold Run.

WithinHyperlink

Gets or sets a value indicating whether the Current Element is being rendered inside a Link.

WithinItalics

Gets or sets a value indicating whether the Current Element is being rendered inside an Italics Run.

Methods

Clone()

Clones the Context.

(Inherited from RenderContext)

Applies to