Class DiagramAdornerBase
Represents a base class for diagram adorners.
Inheritance
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
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. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()