New to Telerik UI for WPFStart a free 30-day trial

Represents a manipulation point for connections.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Primitives

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class ConnectorsControl : ItemsControl

Inheritance: objectConnectorsControl

Constructors

Initializes a new instance of the ConnectorsControl class.

C#
public ConnectorsControl()

Methods

When overridden in a derived class, undoes the effects of the method.

C#
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

The container element.

itemobject

The item.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Prepares the specified element to display the specified item.

C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters:elementDependencyObject

Element used to display the specified item.

itemobject

Specified item.

Resets the theme.

C#
public void ResetTheme()

Events

Occurs on [measure request].

C#
public event EventHandler MeasureRequest