DiagramAdornerBase
Class
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:
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; }
Position
Point
Gets or sets the position of the control.
C#
public Point Position { get; set; }
Rotation
RotateTransform
Gets the rotation.
C#
public RotateTransform Rotation { get; }
The rotation.
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
C#
public void ResetTheme()