Class
DiagramAdornerBase

Represents a base class for diagram adorners.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
public abstract class DiagramAdornerBase : Control

Inheritance: objectDiagramAdornerBase

Derived Classes: AlignmentAdornerConnectionManipulationAdornerDrawingAdornerManipulationAdorner

Constructors

DiagramAdornerBase()

Initializes a new instance of the DiagramAdornerBase class.

Declaration

cs-api-definition
protected DiagramAdornerBase()

Properties

Diagram

Gets or sets the hosting diagram.

Declaration

cs-api-definition
public virtual RadDiagram Diagram { get; set; }

Property Value

RadDiagram

Position

Gets or sets the position of the control.

Declaration

cs-api-definition
public Point Position { get; set; }

Property Value

Point

Rotation

Gets the rotation.

Declaration

cs-api-definition
public RotateTransform Rotation { get; }

Property Value

RotateTransform

The rotation.

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()