Class DiagramAdornerBase
Represents a base class for diagram adorners.
Inheritance
System.Object
DiagramAdornerBase
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public abstract class DiagramAdornerBase : Control, IThemable
Constructors
DiagramAdornerBase()
Initializes a new instance of the DiagramAdornerBase class.
Declaration
protected DiagramAdornerBase()
Properties
Diagram
Gets or sets the hosting diagram.
Declaration
public virtual RadDiagram Diagram { get; set; }
Property Value
RadDiagram
|
Position
Gets or sets the position of the control.
Declaration
public Point Position { get; set; }
Property Value
System.Windows.Point
|
Rotation
Gets the rotation.
Declaration
public RotateTransform Rotation { get; }
Property Value
System.Windows.Media.RotateTransform
The rotation. |
Methods
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()