DiagramControl.GetDiagram(DependencyObject) Method
In This Article
Gets the value of the DiagramControl.Diagram attached property from a given object.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public static DiagramControl GetDiagram(
DependencyObject d
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
An object whose Diagram |
#Returns
Type | Description |
---|---|
Diagram |
A Diagram |
See Also