/// <summary> /// Creates a new instance of /// <see cref="RunningElement"/> /// . /// </summary> /// <param name="runningElementContainer">a container for the actual running element removed from the normal flow. /// </param> public RunningElement(RunningElementContainer runningElementContainer) { this.runningElementContainer = runningElementContainer; GetAccessibilityProperties().SetRole(StandardRoles.ARTIFACT); }
public RunningElementRenderer(Div modelElement, RunningElementContainer runningElementContainer) : base(modelElement) { this.runningElementContainer = runningElementContainer; }