Class ConnectorsControl
Represents a manipulation point for connections.
Inheritance
System.Object
ConnectorsControl
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 class ConnectorsControl : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
ConnectorsControl()
Methods
CreateChildElements()
OnLoaded()
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
Events
MeasureRequest
Occurs on [measure request].
Declaration
public event EventHandler MeasureRequest
Event Type
System.EventHandler
|