EditorCommands
EditorCommands Class
Section titled “EditorCommands Class”Namespace: Nodify
Assembly: Nodify
Inheritance: Object → EditorCommands
References: Alignment, InputGestureRef, ItemContainer, NodifyEditor
Provides common commands for the NodifyEditor.
public static class EditorCommands
Properties
Section titled “Properties”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
BringIntoView
Section titled “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
FitToScreen
Section titled “FitToScreen”Scales the editor’s viewport to fit all the ItemContainers if that’s possible.
public static RoutedUICommand FitToScreen { get; set; }
Property Value
LockSelection
Section titled “LockSelection”Locks the position of the NodifyEditor.SelectedContainers.
public static RoutedUICommand LockSelection { get; set; }
Property Value
SelectAll
Section titled “SelectAll”Select all ItemContainers in the NodifyEditor.
public static RoutedUICommand SelectAll { get; set; }
Property Value
UnlockSelection
Section titled “UnlockSelection”Unlocks the position of the NodifyEditor.SelectedContainers.
public static RoutedUICommand UnlockSelection { get; set; }
Property Value
ZoomIn
Section titled “ZoomIn”Zoom in relative to the editor’s viewport center.
public static RoutedUICommand ZoomIn { get; set; }
Property Value
ZoomOut
Section titled “ZoomOut”Zoom out relative to the editor’s viewport center.
public static RoutedUICommand ZoomOut { get; set; }
Property Value