ClassManipulationAdorner
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
ManipulationAdorner()
Initializes a new instance of the ManipulationAdorner class.
Declaration
public ManipulationAdorner()
Fields
IsResizingEnabledProperty
Identifies the IsResizingEnabled dependency property.
Declaration
public static readonly DependencyProperty IsResizingEnabledProperty
Field Value
DependencyProperty
IsRotationEnabledProperty
Identifies the IsRotationEnabled dependency property.
Declaration
public static readonly DependencyProperty IsRotationEnabledProperty
Field Value
DependencyProperty
IsScalingEnabledProperty
Identifies the IsScalingEnabledProperty dependency property.
Declaration
public static readonly DependencyProperty IsScalingEnabledProperty
Field Value
DependencyProperty
ResizeActivationRadiusProperty
Identifies the ResizeActivationRadius dependency property.
Declaration
public static readonly DependencyProperty ResizeActivationRadiusProperty
Field Value
DependencyProperty
RotateHitTestRadiusProperty
Identifies the RotateHitTestRadius dependency property.
Declaration
public static readonly DependencyProperty RotateHitTestRadiusProperty
Field Value
DependencyProperty
ZoomLevelProperty
Identifies the ZoomLevel dependency property.
Declaration
public static readonly DependencyProperty ZoomLevelProperty
Field Value
DependencyProperty
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
GetRenderTransformOrigin()
Gets the bounds of the rotation handle.
Declaration
public virtual Point GetRenderTransformOrigin()
Returns
Point
Implements
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
Update(IEnumerable<object>, bool)
Updates the specified items.
Declaration
public void Update(IEnumerable<object> items, bool show)
Parameters
items
The items.
show
If set to true [show].