Ejemplo n.º 1
0
 /// <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);
 }
Ejemplo n.º 2
0
 public RunningElementRenderer(Div modelElement, RunningElementContainer runningElementContainer)
     : base(modelElement)
 {
     this.runningElementContainer = runningElementContainer;
 }