ISupportManipulation
Interface for manipulation support.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
public interface ISupportManipulation
Derived Classes:
Properties
Gets or sets a value indicating whether copying is allowed.
bool AllowCopy { get; set; }
True if copying is allowed; otherwise, false.
Gets or sets a value indicating whether cutting is allowed.
bool AllowCut { get; set; }
True if cutting is allowed; otherwise, false.
Gets or sets a value indicating whether deleting is allowed.
bool AllowDelete { get; set; }
True if deleting is allowed; otherwise, false.
Gets or sets a value indicating whether pasting is allowed.
bool AllowPaste { get; set; }
True if pasting is allowed; otherwise, false.
Gets or sets a value indicating whether manipulation on the connectors is enabled.
bool IsConnectorsManipulationEnabled { get; set; }
True if manipulation on connectors is enabled; otherwise, false.
Gets or sets a value indicating whether dragging is enabled.
bool IsDraggingEnabled { get; set; }
True if dragging is enabled; otherwise, false.
Gets or sets a value indicating whether the manipulation adorner is visible.
bool IsManipulationAdornerVisible { get; set; }
True if the manipulation adorner is visible; otherwise, false.
Gets or sets a value indicating whether this instance is resizing enabled.
bool IsResizingEnabled { get; set; }
True if this instance is resizing enabled; otherwise, false.
Gets or sets a value indicating whether this instance is rotation enabled.
bool IsRotationEnabled { get; set; }
True if this instance is rotation enabled; otherwise, false.