skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ManipulationAdorner

Represents a manipulation adorner.

Inheritance
System.Object
DiagramAdornerBase
ManipulationAdorner
Inherited Members
DiagramAdornerBase.ResetTheme()
DiagramAdornerBase.Diagram
DiagramAdornerBase.Position
DiagramAdornerBase.Rotation
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll

Syntax

public class ManipulationAdorner : DiagramAdornerBase, IThemable, IAdornerPartResolver

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
System.Windows.DependencyProperty

IsRotationEnabledProperty

Identifies the IsRotationEnabled dependency property.

Declaration
public static readonly DependencyProperty IsRotationEnabledProperty
Field Value
System.Windows.DependencyProperty

IsScalingEnabledProperty

Identifies the IsScalingEnabledProperty dependency property.

Declaration
public static readonly DependencyProperty IsScalingEnabledProperty
Field Value
System.Windows.DependencyProperty

ResizeActivationRadiusProperty

Identifies the ResizeActivationRadius dependency property.

Declaration
public static readonly DependencyProperty ResizeActivationRadiusProperty
Field Value
System.Windows.DependencyProperty

RotateHitTestRadiusProperty

Identifies the RotateHitTestRadius dependency property.

Declaration
public static readonly DependencyProperty RotateHitTestRadiusProperty
Field Value
System.Windows.DependencyProperty

ZoomLevelProperty

Identifies the ZoomLevel dependency property.

Declaration
public static readonly DependencyProperty ZoomLevelProperty
Field Value
System.Windows.DependencyProperty

Properties

IsResizingEnabled

Gets or sets a value indicating whether resizing is enabled.

Declaration
public bool IsResizingEnabled { get; set; }
Property Value
System.Boolean

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
System.Boolean

true if rotation is enabled; otherwise, false.

IsScalingEnabled

Gets or sets whether the scaling is enabled.

Declaration
public bool IsScalingEnabled { get; set; }
Property Value
System.Boolean

The is scaling enabled.

ResizeActivationRadius

Gets or sets the resize handles activation radius.

Declaration
public double ResizeActivationRadius { get; set; }
Property Value
System.Double

RotateHitTestRadius

Gets or sets the rotate handle activation radius.

Declaration
public double RotateHitTestRadius { get; set; }
Property Value
System.Double

ZoomLevel

Gets or sets the zoom level.

Declaration
public double ZoomLevel { get; set; }
Property Value
System.Double

The zoom level.

Methods

GetRenderTransformOrigin()

Gets the bounds of the rotation handle.

Declaration
public virtual Point GetRenderTransformOrigin()
Returns
System.Windows.Point

Implements
IAdornerPartResolver.GetRenderTransformOrigin()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

Overrides
DiagramAdornerBase.OnInitialized(EventArgs)

Update(IEnumerable<Object>, Boolean)

Updates the specified items.

Declaration
public void Update(IEnumerable<object> items, bool show)
Parameters
System.Collections.Generic.IEnumerable<System.Object> items

The items.

System.Boolean show

If set to true [show].

Explicit Interface Implementations

IAdornerPartResolver.GetBottomLeftResizeHandleOffset(Boolean)

Gets the bounds of the bottom left resize handle.

Declaration
Point IAdornerPartResolver.GetBottomLeftResizeHandleOffset(bool forceRecalculation)
Parameters
System.Boolean forceRecalculation

Returns
System.Windows.Point

Implements
IAdornerPartResolver.GetBottomLeftResizeHandleOffset(Boolean)

IAdornerPartResolver.GetBottomRightResizeHandleOffset(Boolean)

Gets the bounds of the bottom right resize handle.

Declaration
Point IAdornerPartResolver.GetBottomRightResizeHandleOffset(bool forceRecalculation)
Parameters
System.Boolean forceRecalculation

Returns
System.Windows.Point

Implements
IAdornerPartResolver.GetBottomRightResizeHandleOffset(Boolean)

IAdornerPartResolver.GetResizeActivationRadius()

Gets the resize handles activation radius.

Declaration
double IAdornerPartResolver.GetResizeActivationRadius()
Returns
System.Double

Implements
IAdornerPartResolver.GetResizeActivationRadius()

IAdornerPartResolver.GetRotateActivationRadius()

Gets the rotate handle activation radius.

Declaration
double IAdornerPartResolver.GetRotateActivationRadius()
Returns
System.Double

Implements
IAdornerPartResolver.GetRotateActivationRadius()

IAdornerPartResolver.GetRotationElementBounds(Boolean)

Gets the bounds of the rotation handle.

Declaration
Rect IAdornerPartResolver.GetRotationElementBounds(bool forceRecalculation)
Parameters
System.Boolean forceRecalculation

Returns
System.Windows.Rect

Implements
IAdornerPartResolver.GetRotationElementBounds(Boolean)

IAdornerPartResolver.GetRotationElementOffset(Boolean)

Gets the offset of the rotation handle relative to top center point.

Declaration
Point IAdornerPartResolver.GetRotationElementOffset(bool forceRecalculation)
Parameters
System.Boolean forceRecalculation

Returns
System.Windows.Point

Implements
IAdornerPartResolver.GetRotationElementOffset(Boolean)

IAdornerPartResolver.GetTopLeftResizeHandleOffset(Boolean)

Gets the bounds of the top left resize handle.

Declaration
Point IAdornerPartResolver.GetTopLeftResizeHandleOffset(bool forceRecalculation)
Parameters
System.Boolean forceRecalculation

Returns
System.Windows.Point

Implements
IAdornerPartResolver.GetTopLeftResizeHandleOffset(Boolean)

IAdornerPartResolver.GetTopRightResizeHandleOffset(Boolean)

Gets the bounds of the top right resize handle.

Declaration
Point IAdornerPartResolver.GetTopRightResizeHandleOffset(bool forceRecalculation)
Parameters
System.Boolean forceRecalculation

Returns
System.Windows.Point

Implements
IAdornerPartResolver.GetTopRightResizeHandleOffset(Boolean)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.