Interface ISupportManipulation
Interface for manipulation support.
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
System.Boolean
|
AllowCut
Gets or sets a value indicating whether cutting is allowed.
Declaration
bool AllowCut { get; set; }
Property Value
System.Boolean
|
AllowDelete
Gets or sets a value indicating whether deleting is allowed.
Declaration
bool AllowDelete { get; set; }
Property Value
System.Boolean
|
AllowPaste
Gets or sets a value indicating whether pasting is allowed.
Declaration
bool AllowPaste { get; set; }
Property Value
System.Boolean
|
IsConnectorsManipulationEnabled
Gets or sets a value indicating whether manipulation on the connectors is enabled.
Declaration
bool IsConnectorsManipulationEnabled { get; set; }
Property Value
System.Boolean
|
IsDraggingEnabled
Gets or sets a value indicating whether dragging is enabled.
Declaration
bool IsDraggingEnabled { get; set; }
Property Value
System.Boolean
|
IsManipulationAdornerVisible
Gets or sets a value indicating whether the manipulation adorner is visible.
Declaration
bool IsManipulationAdornerVisible { get; set; }
Property Value
System.Boolean
|
IsResizingEnabled
Gets or sets a value indicating whether this instance is resizing enabled.
Declaration
bool IsResizingEnabled { get; set; }
Property Value
System.Boolean
|
IsRotationEnabled
Gets or sets a value indicating whether this instance is rotation enabled.
Declaration
bool IsRotationEnabled { get; set; }
Property Value
System.Boolean
|