Initializes a new instance of a ControlRenderer.
Initializes a new instance of a ControlRenderer.
public ControlRenderer();
Initializes a new instance of a ControlRenderer, and takes its initial values from the values provided by another ControlRenderer.
public ControlRenderer(ControlRenderer);
Initializes a new instance of a ControlRenderer, and takes its initial values from an existing Control.
public ControlRenderer(Control);
ControlRenderer Class | Skybound.Rebar.Rendering Namespace