Class
RootElement

Represents the root element of a logical tree. This element is usually aggregated by a IView instance.

Definition

Constructors

RootElement()

Declaration

cs-api-definition
protected RootElement()

Properties

IsTreeLoaded

Determines whether the node is loaded.

Declaration

cs-api-definition
public override bool IsTreeLoaded { get; }

Property Value

bool

Overrides Node.IsTreeLoaded

View

Gets or sets the current IView instance that aggregates this element.

Declaration

cs-api-definition
protected IView View { get; set; }

Property Value

IView

Methods

Arrange()

Arranges the element using a rectangle located at (0, 0) and with Size equal to the current view's Viewport.

Declaration

cs-api-definition
public void Arrange()