UIElementCollectionRenderContext 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 Document Rendering.
public class UIElementCollectionRenderContext : Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.RenderContext
	type UIElementCollectionRenderContext = class
    inherit RenderContext
	Public Class UIElementCollectionRenderContext
Inherits RenderContext
		- Inheritance
 
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) |