-
-
Notifications
You must be signed in to change notification settings - Fork 230
Nodify_EditorCommands
Namespace: Nodify
Assembly: Nodify
Inheritance: Object → EditorCommands
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
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
Scales the editor's viewport to fit all the ItemContainers if that's possible.
public static RoutedUICommand FitToScreen { get; set; }
Property Value
Locks the position of the NodifyEditor.SelectedContainers.
public static RoutedUICommand LockSelection { get; set; }
Property Value
Select all ItemContainers in the NodifyEditor.
public static RoutedUICommand SelectAll { get; set; }
Property Value
Unlocks the position of the NodifyEditor.SelectedContainers.
public static RoutedUICommand UnlockSelection { get; set; }
Property Value
Zoom in relative to the editor's viewport center.
public static RoutedUICommand ZoomIn { get; set; }
Property Value
Zoom out relative to the editor's viewport center.
public static RoutedUICommand ZoomOut { get; set; }
Property Value