ConnectorsControl
Class
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)
The container element.
itemobjectThe item.
Prepares the specified element to display the specified item.
C#
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Resets the theme.
C#
public void ResetTheme()
Events
Occurs on [measure request].
C#
public event EventHandler MeasureRequest