Edit

Share via


UIElementCollectionRenderContext Class

Definition

The Context of the Current Document Rendering.

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

Properties

BlockUIElementCollection

Gets or sets the list to add to.

Foreground

Gets or sets the Foreground of the Current Context.

(Inherited from RenderContext)
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)

Methods

Clone()

Clones the Context.

(Inherited from RenderContext)

Applies to