New to Telerik UI for WPFStart a free 30-day trial

Interface for manipulation support.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public interface ISupportManipulation

Derived Classes: RadDiagramSketchShapeRadDiagramItemRadDiagramShapeBaseRadDiagramRadDiagramConnectionRadDiagramContainerShapeRadDiagramShapeRadDiagramTextShape...

Properties

Gets or sets a value indicating whether copying is allowed.

C#
bool AllowCopy { get; set; }
Property Value:

True if copying is allowed; otherwise, false.

Gets or sets a value indicating whether cutting is allowed.

C#
bool AllowCut { get; set; }
Property Value:

True if cutting is allowed; otherwise, false.

Gets or sets a value indicating whether deleting is allowed.

C#
bool AllowDelete { get; set; }
Property Value:

True if deleting is allowed; otherwise, false.

Gets or sets a value indicating whether pasting is allowed.

C#
bool AllowPaste { get; set; }
Property Value:

True if pasting is allowed; otherwise, false.

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

C#
bool IsConnectorsManipulationEnabled { get; set; }
Property Value:

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

Gets or sets a value indicating whether dragging is enabled.

C#
bool IsDraggingEnabled { get; set; }
Property Value:

True if dragging is enabled; otherwise, false.

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

C#
bool IsManipulationAdornerVisible { get; set; }
Property Value:

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

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

C#
bool IsResizingEnabled { get; set; }
Property Value:

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

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

C#
bool IsRotationEnabled { get; set; }
Property Value:

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