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