MindFusion.Wpf Pack Programmer's Guide
InternalUtils.DrawExpandButton Method (DrawingContext, Boolean, Rect, GraphicsUnit, Boolean, Color)
See Also
 





Renders an expand/collapse button on the specified IGraphics canvas.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static void DrawExpandButton (
    DrawingContext graphics,
    bool expanded,
    Rect bounds,
    GraphicsUnit measureUnit,
    bool withShadow,
    Color shadowColor
)

Visual Basic  Copy Code

Public Shared Sub DrawExpandButton( _
    graphics As DrawingContext, _
    expanded As Boolean, _
    bounds As Rect, _
    measureUnit As GraphicsUnit, _
    withShadow As Boolean, _
    shadowColor As Color _
)

 Parameters

graphics

expanded

bounds

measureUnit

withShadow

shadowColor

 See Also

DrawExpandButton Method Overload List
InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace