| 123456789 |
- using PixiEditor.ChangeableDocument.Changeables.Graph.Nodes.Shapes;
- using PixiEditor.ViewModels.Nodes;
- namespace PixiEditor.ViewModels.Document.Nodes.Shapes;
- [NodeViewModel("LINE_NODE", "SHAPE", PixiPerfectIcons.Line)]
- internal class LineNodeViewModel : NodeViewModel<LineNode>
- {
- }
|