New to Telerik UI for WPFStart a free 30-day trial

Represents a base class for diagram adorners.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public abstract class DiagramAdornerBase : Control

Inheritance: objectDiagramAdornerBase

Derived Classes: AlignmentAdornerConnectionManipulationAdornerDrawingAdornerManipulationAdorner

Constructors

Initializes a new instance of the DiagramAdornerBase class.

C#
protected DiagramAdornerBase()

Properties

Gets or sets the hosting diagram.

C#
public virtual RadDiagram Diagram { get; set; }

Gets or sets the position of the control.

C#
public Point Position { get; set; }

Rotation

RotateTransform

Gets the rotation.

C#
public RotateTransform Rotation { get; }
Property Value:

The rotation.

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()