Skip to content

Nodify_EditorCommands

miroiu edited this page Dec 23, 2024 · 1 revision

EditorCommands Class

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectEditorCommands

References: Alignment, InputGestureRef, ItemContainer, NodifyEditor

Provides common commands for the NodifyEditor.

public static class EditorCommands  

Properties

Align

Aligns the NodifyEditor.SelectedContainers using the specified alignment method. Parameter is of type Alignment or a string that can be converted to an alignment.

public static RoutedUICommand Align { get; set; }  

Property Value

RoutedUICommand

BringIntoView

Moves the NodifyEditor.ViewportLocation to the specified location. Parameter is a Point or a string that can be converted to a point.

public static RoutedUICommand BringIntoView { get; set; }  

Property Value

RoutedUICommand

FitToScreen

Scales the editor's viewport to fit all the ItemContainers if that's possible.

public static RoutedUICommand FitToScreen { get; set; }  

Property Value

RoutedUICommand

LockSelection

Locks the position of the NodifyEditor.SelectedContainers.

public static RoutedUICommand LockSelection { get; set; }  

Property Value

RoutedUICommand

SelectAll

Select all ItemContainers in the NodifyEditor.

public static RoutedUICommand SelectAll { get; set; }  

Property Value

RoutedUICommand

UnlockSelection

Unlocks the position of the NodifyEditor.SelectedContainers.

public static RoutedUICommand UnlockSelection { get; set; }  

Property Value

RoutedUICommand

ZoomIn

Zoom in relative to the editor's viewport center.

public static RoutedUICommand ZoomIn { get; set; }  

Property Value

RoutedUICommand

ZoomOut

Zoom out relative to the editor's viewport center.

public static RoutedUICommand ZoomOut { get; set; }  

Property Value

RoutedUICommand

Clone this wiki locally