Class DiagramAdornerBase
Represents a base class for diagram adorners.
Inheritance
System.Object
DiagramAdornerBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Diagrams.Primitives
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public abstract class DiagramAdornerBase : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
DiagramAdornerBase()
Initializes a new instance of the DiagramAdornerBase class.
Declaration
protected DiagramAdornerBase()
Properties
Diagram
Gets or sets the hosting diagram.
Declaration
public virtual RadDiagramElement Diagram { get; set; }
Property Value
RadDiagramElement
|
Position
Gets or sets the position of the control.
Declaration
public Point Position { get; set; }
Property Value
Point
|
Rotation
Gets the rotation.
Declaration
public RotateTransform Rotation { get; }
Property Value
RotateTransform
The rotation. |
Methods
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()