Class DiagramExtensionProperties
Static class for additional customization of Diagram Items behavior.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public static class DiagramExtensionProperties : Object
Fields
HasImageShapesProperty
Identifies the HasImageShapes attached property.
Declaration
public static readonly DependencyProperty HasImageShapesProperty
Field Value
System.Windows.DependencyProperty
|
ShouldDetachConnectionsProperty
Identifies the ShouldDetachConnections attached property.
Declaration
public static readonly DependencyProperty ShouldDetachConnectionsProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetHasImageShapes(DependencyObject)
Gets the has image shapes.
Declaration
public static bool GetHasImageShapes(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
The object. |
Returns
System.Boolean
|
GetShouldDetachConnections(DependencyObject)
Gets the ShouldDetachConnections attached property.
Declaration
public static bool GetShouldDetachConnections(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetHasImageShapes(DependencyObject, Boolean)
Sets the has image shapes.
Declaration
public static void SetHasImageShapes(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
The object. |
System.Boolean
value
If set to |
SetShouldDetachConnections(DependencyObject, Boolean)
Sets the ShouldDetachConnections attached property.
Declaration
public static void SetShouldDetachConnections(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|