-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_INodifyCanvasItem
miroiu edited this page Dec 23, 2024
·
1 revision
Namespace: Nodify
Assembly: Nodify
Derived: ItemContainer, DecoratorContainer
References: NodifyCanvas
Interface for items inside a NodifyCanvas.
public interface INodifyCanvasItem
The desired size of the item.
public virtual Size DesiredSize { get; set; }
Property Value
The location of the item.
public virtual Point Location { get; set; }
Property Value
public virtual void Arrange(Rect rect);
Parameters
rect
Rect