Override in a derived class to provide implementation specific drawing for the shadow of the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void DrawShadowLocal ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub DrawShadowLocal( _ |
An IGraphics object where the shadow should be rendered.
Provides options for the drawing operation.
See Also