Draws node adjustment handles of the specified style.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static void DrawAdjustmentHandles ( |
Visual Basic
Copy Code
|
|---|
Public Shared Sub DrawAdjustmentHandles( _ |
A DrawingContext surface to draw upon.
RemarksUse this method to render adjustment handles with standard look and feel as a base for custom-drawn ones when handling the DrawAdjustmentHandles event.
See Also