| 123456789 |
- using PixiEditor.ChangeableDocument.Changeables.Graph.Nodes.Shapes;
- using PixiEditor.ViewModels.Nodes;
- namespace PixiEditor.ViewModels.Document.Nodes.Shapes;
- [NodeViewModel("RECTANGLE_NODE", "SHAPE", PixiPerfectIcons.Square)]
- internal class RectangleNodeViewModel : NodeViewModel<RectangleNode>
- {
- }
|