ManipulationAdorner
Represents a manipulation adorner.
Definition
Namespace:Telerik.WinControls.UI.Diagrams.Primitives
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
public class ManipulationAdorner : DiagramAdornerBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IAdornerPartResolver
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementUIElementFrameworkElementDiagramAdornerBaseManipulationAdorner...
Implements:
Inherited Members
Constructors
public ManipulationAdorner()
Fields
Identifies the IsResizingEnabled dependency property.
public static readonly RadProperty IsResizingEnabledProperty
Identifies the IsRotationEnabled dependency property.
public static readonly RadProperty IsRotationEnabledProperty
Identifies the IsScalingEnabledProperty dependency property.
public static readonly RadProperty IsScalingEnabledProperty
Identifies the ResizeActivationRadius dependency property.
public static readonly RadProperty ResizeActivationRadiusProperty
Identifies the RotateHitTestRadius dependency property.
public static readonly RadProperty RotateHitTestRadiusProperty
Identifies the ZoomLevel dependency property.
public static readonly RadProperty ZoomLevelProperty
Properties
Gets or sets a value indicating whether resizing is enabled.
public bool IsResizingEnabled { get; set; }
true if resizing is enabled; otherwise, false.
Gets or sets a value indicating whether rotation is enabled.
public bool IsRotationEnabled { get; set; }
true if rotation is enabled; otherwise, false.
Gets or sets whether the scaling is enabled.
public bool IsScalingEnabled { get; set; }
The is scaling enabled.
Gets or sets the resize handles activation radius.
public double ResizeActivationRadius { get; set; }
Gets or sets the rotate handle activation radius.
public double RotateHitTestRadius { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
protected override void CreateChildElements()
Overrides:
Gets the bounds of the rotation handle.