Skip to content

Nodify_NodifyCanvas

miroiu edited this page Dec 23, 2024 · 1 revision

NodifyCanvas Class

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementPanelNodifyCanvas

References: INodifyCanvasItem

A canvas like panel that works with INodifyCanvasItems.

public class NodifyCanvas : Panel  

Constructors

NodifyCanvas()

public NodifyCanvas();  

Properties

Extent

The area covered by the children of this panel.

public Rect Extent { get; set; }  

Property Value

Rect

Methods

ArrangeOverride(Size)

protected override Size ArrangeOverride(Size arrangeSize);  

Parameters

arrangeSize Size

Returns

Size

MeasureOverride(Size)

protected override Size MeasureOverride(Size constraint);  

Parameters

constraint Size

Returns

Size

Clone this wiki locally