MAUI Pack Programmer's Guide
InternalUtils.DrawExpandButton Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void DrawExpandButton (
    IGraphics graphics,
    bool expanded,
    Rect bounds,
    MeasureUnit measureUnit,
    Brush shadowBrush
)

Visual Basic  Copy Code

Public Shared Sub DrawExpandButton( _
    graphics As IGraphics, _
    expanded As Boolean, _
    bounds As Rect, _
    measureUnit As MeasureUnit, _
    shadowBrush As Brush _
)

 Parameters

graphics

expanded

bounds

measureUnit

shadowBrush

 Remarks

This method supports the MindFusion.Diagramming for MAUI infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace