DiagramNavigatableSettingsBuilder
Methods
Disabled(System.Boolean)
If set to true, disables keyboard navigation in the diagram.
Parameters
value - System.Boolean
The value for Disabled
RETURNS
Returns the current DiagramNavigatableSettingsBuilder instance.
Disabled()
If set to true, disables keyboard navigation in the diagram.
RETURNS
Returns the current DiagramNavigatableSettingsBuilder instance.
SmallStep(System.Double)
The number of pixels to move the selected shape when using Cmd/Ctrl + Arrow keys.
Parameters
value - System.Double
The value for SmallStep
RETURNS
Returns the current DiagramNavigatableSettingsBuilder instance.
LargeStep(System.Double)
The number of pixels to move the selected shape when using Shift + Cmd/Ctrl + Arrow keys.
Parameters
value - System.Double
The value for LargeStep
RETURNS
Returns the current DiagramNavigatableSettingsBuilder instance.