Class ConnectorsControl
Represents a manipulation point for connections.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Primitives
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class ConnectorsControl : ItemsControl, IThemable
Constructors
ConnectorsControl()
Properties
OverrideStyles
Gets whether Style should be applied on container even if Style property is already set.
Declaration
protected override bool OverrideStyles { get; }
Property Value
System.Boolean
|
Overrides
Methods
ClearContainerForItemOverride(DependencyObject, Object)
When overridden in a derived class, undoes the effects of the System.Windows.Controls.ItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object) method.
Declaration
protected override void ClearContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
The container element. |
System.Object
item
The item. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |
Overrides
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
Events
MeasureRequest
Occurs on [measure request].
Declaration
public event EventHandler MeasureRequest
Event Type
System.EventHandler
|