-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_NodifyCanvas
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
Inheritance: Object → DispatcherObject → DependencyObject → Visual → UIElement → FrameworkElement → Panel → NodifyCanvas
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
protected override Size ArrangeOverride(Size arrangeSize);
Parameters
arrangeSize
Size
Returns
protected override Size MeasureOverride(Size constraint);
Parameters
constraint
Size
Returns