Skip to content

NodifyCanvas

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementPanelNodifyCanvas

References: INodifyCanvasItem

A canvas like panel that works with INodifyCanvasItems.

public class NodifyCanvas : Panel
public NodifyCanvas();

The area covered by the children of this panel.

public Rect Extent { get; set; }

Property Value

Rect

protected override Size ArrangeOverride(Size arrangeSize);

Parameters

arrangeSize Size

Returns

Size

protected override Size MeasureOverride(Size constraint);

Parameters

constraint Size

Returns

Size