Interface
ISupportManipulation

Interface for manipulation support.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public interface ISupportManipulation

Properties

AllowCopy

Gets or sets a value indicating whether copying is allowed.

Declaration

cs-api-definition
bool AllowCopy { get; set; }

Property Value

bool

True if copying is allowed; otherwise, false.

AllowCut

Gets or sets a value indicating whether cutting is allowed.

Declaration

cs-api-definition
bool AllowCut { get; set; }

Property Value

bool

True if cutting is allowed; otherwise, false.

AllowDelete

Gets or sets a value indicating whether deleting is allowed.

Declaration

cs-api-definition
bool AllowDelete { get; set; }

Property Value

bool

True if deleting is allowed; otherwise, false.

AllowPaste

Gets or sets a value indicating whether pasting is allowed.

Declaration

cs-api-definition
bool AllowPaste { get; set; }

Property Value

bool

True if pasting is allowed; otherwise, false.

IsConnectorsManipulationEnabled

Gets or sets a value indicating whether manipulation on the connectors is enabled.

Declaration

cs-api-definition
bool IsConnectorsManipulationEnabled { get; set; }

Property Value

bool

True if manipulation on connectors is enabled; otherwise, false.

IsDraggingEnabled

Gets or sets a value indicating whether dragging is enabled.

Declaration

cs-api-definition
bool IsDraggingEnabled { get; set; }

Property Value

bool

True if dragging is enabled; otherwise, false.

IsManipulationAdornerVisible

Gets or sets a value indicating whether the manipulation adorner is visible.

Declaration

cs-api-definition
bool IsManipulationAdornerVisible { get; set; }

Property Value

bool

True if the manipulation adorner is visible; otherwise, false.

IsResizingEnabled

Gets or sets a value indicating whether this instance is resizing enabled.

Declaration

cs-api-definition
bool IsResizingEnabled { get; set; }

Property Value

bool

True if this instance is resizing enabled; otherwise, false.

IsRotationEnabled

Gets or sets a value indicating whether this instance is rotation enabled.

Declaration

cs-api-definition
bool IsRotationEnabled { get; set; }

Property Value

bool

True if this instance is rotation enabled; otherwise, false.