ClassManipulationAdorner
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
ManipulationAdorner()
Declaration
public ManipulationAdorner()
Fields
IsResizingEnabledProperty
Identifies the IsResizingEnabled dependency property.
Declaration
public static readonly RadProperty IsResizingEnabledProperty
Field Value
IsRotationEnabledProperty
Identifies the IsRotationEnabled dependency property.
Declaration
public static readonly RadProperty IsRotationEnabledProperty
Field Value
IsScalingEnabledProperty
Identifies the IsScalingEnabledProperty dependency property.
Declaration
public static readonly RadProperty IsScalingEnabledProperty
Field Value
ResizeActivationRadiusProperty
Identifies the ResizeActivationRadius dependency property.
Declaration
public static readonly RadProperty ResizeActivationRadiusProperty
Field Value
RotateHitTestRadiusProperty
Identifies the RotateHitTestRadius dependency property.
Declaration
public static readonly RadProperty RotateHitTestRadiusProperty
Field Value
ZoomLevelProperty
Identifies the ZoomLevel dependency property.
Declaration
public static readonly RadProperty ZoomLevelProperty
Field Value
Properties
IsResizingEnabled
Gets or sets a value indicating whether resizing is enabled.
Declaration
public bool IsResizingEnabled { get; set; }
Property Value
true if resizing is enabled; otherwise, false.
IsRotationEnabled
Gets or sets a value indicating whether rotation is enabled.
Declaration
public bool IsRotationEnabled { get; set; }
Property Value
true if rotation is enabled; otherwise, false.
IsScalingEnabled
Gets or sets whether the scaling is enabled.
Declaration
public bool IsScalingEnabled { get; set; }
Property Value
The is scaling enabled.
ResizeActivationRadius
Gets or sets the resize handles activation radius.
Declaration
public double ResizeActivationRadius { get; set; }
Property Value
RotateHitTestRadius
Gets or sets the rotate handle activation radius.
Methods
CreateChildElements()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
Declaration
protected override void CreateChildElements()
Overrides
GetRenderTransformOrigin()
Gets the bounds of the rotation handle.
Declaration
public virtual Point GetRenderTransformOrigin()
Returns
Implements
Update(IEnumerable<object>, bool)
Updates the specified items.