DiagramSelectableSettingsBuilder

Methods

Multiple(System.Boolean)

Specifies if the multiple selection should be enabled.

Parameters

value - System.Boolean

The value for Multiple

RETURNS

Returns the current DiagramSelectableSettingsBuilder instance.

Stroke(System.Action)

Defines the selection line configuration.

Parameters

configurator - System.Action<DiagramSelectableStrokeSettingsBuilder>

The configurator for the stroke setting.

RETURNS

Returns the current instance of DiagramSelectableSettingsBuilder .

Fill(System.Action)

Defines the fill configuration for the selection rectangle.

Parameters

configurator - System.Action<DiagramSelectableFillSettingsBuilder>

The configurator for the fill setting.

RETURNS

Returns the current instance of DiagramSelectableSettingsBuilder .

Offset(System.Double)

Defines the offset (in pixels) of the selection rectangle from the shape bounds.

Parameters

value - System.Double

The value for Offset

RETURNS

Returns the current DiagramSelectableSettingsBuilder instance.

Key(Kendo.Mvc.UI.DiagramSelectableKey)

The selectable key.

Parameters

value - DiagramSelectableKey

The value for Key

RETURNS

Returns the current DiagramSelectableSettingsBuilder instance.