Skip to content

EditorCommands

Namespace: Nodify

Assembly: Nodify

Inheritance: ObjectEditorCommands

References: Alignment, InputGestureRef, ItemContainer, NodifyEditor

Provides common commands for the NodifyEditor.

public static class EditorCommands

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

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

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

public static RoutedUICommand FitToScreen { get; set; }

Property Value

RoutedUICommand

Locks the position of the NodifyEditor.SelectedContainers.

public static RoutedUICommand LockSelection { get; set; }

Property Value

RoutedUICommand

Select all ItemContainers in the NodifyEditor.

public static RoutedUICommand SelectAll { get; set; }

Property Value

RoutedUICommand

Unlocks the position of the NodifyEditor.SelectedContainers.

public static RoutedUICommand UnlockSelection { get; set; }

Property Value

RoutedUICommand

Zoom in relative to the editor’s viewport center.

public static RoutedUICommand ZoomIn { get; set; }

Property Value

RoutedUICommand

Zoom out relative to the editor’s viewport center.

public static RoutedUICommand ZoomOut { get; set; }

Property Value

RoutedUICommand