ManipulationAdorner
Represents a manipulation adorner.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Primitives
Assembly:Telerik.Windows.Controls.Diagrams.dll
Syntax:
public class ManipulationAdorner : DiagramAdornerBase, IAdornerPartResolver
Inheritance: objectDiagramAdornerBaseManipulationAdorner
Implements:
Inherited Members
Constructors
Initializes a new instance of the ManipulationAdorner class.
public ManipulationAdorner()
Fields
IsResizingEnabledProperty
DependencyProperty
Identifies the IsResizingEnabled dependency property.
public static readonly DependencyProperty IsResizingEnabledProperty
IsRotationEnabledProperty
DependencyProperty
Identifies the IsRotationEnabled dependency property.
public static readonly DependencyProperty IsRotationEnabledProperty
IsScalingEnabledProperty
DependencyProperty
Identifies the IsScalingEnabledProperty dependency property.
public static readonly DependencyProperty IsScalingEnabledProperty
ResizeActivationRadiusProperty
DependencyProperty
Identifies the ResizeActivationRadius dependency property.
public static readonly DependencyProperty ResizeActivationRadiusProperty
RotateHitTestRadiusProperty
DependencyProperty
Identifies the RotateHitTestRadius dependency property.
public static readonly DependencyProperty RotateHitTestRadiusProperty
ZoomLevelProperty
DependencyProperty
Identifies the ZoomLevel dependency property.
public static readonly DependencyProperty 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
Gets the bounds of the rotation handle.
public virtual Point GetRenderTransformOrigin()
Point
Implements:
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Updates the specified items.
public void Update(IEnumerable<object> items, bool show)
The items.
showboolIf set to true [show].