Static class for additional customization of Diagram Items behavior.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public static class DiagramExtensionProperties
Inheritance: objectDiagramExtensionProperties
Fields
HasImageShapesProperty
DependencyProperty
Identifies the HasImageShapes attached property.
C#
public static readonly DependencyProperty HasImageShapesProperty
ShouldDetachConnectionsProperty
DependencyProperty
Identifies the ShouldDetachConnections attached property.
C#
public static readonly DependencyProperty ShouldDetachConnectionsProperty
Methods
Gets the has image shapes.
C#
public static bool GetHasImageShapes(DependencyObject obj)
The object.
Returns:Gets the ShouldDetachConnections attached property.
- If set to
trueconnections will be detached when rotated or dragged in multi selection.
C#
public static bool GetShouldDetachConnections(DependencyObject obj)
Sets the has image shapes.
C#
public static void SetHasImageShapes(DependencyObject obj, bool value)
The object.
valueboolIf set to true [value].
Sets the ShouldDetachConnections attached property.
- If set to
trueconnections will be detached when rotated or dragged in multi selection.
C#
public static void SetShouldDetachConnections(DependencyObject obj, bool value)