DiagramControl.SetDrawingContext(DependencyObject, DiagramDrawingContext) Method
In This Article
Sets the value of the DiagramControl.DrawingContext attached property for the specified object.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public static void SetDrawingContext(
DependencyObject obj,
DiagramDrawingContext value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
An object for which the Diagram |
value | Diagram |
A Diagram |
See Also