Search
Constants.GetExpandButtonSize Method
See Also
 






Gets the size of the expand/collapse manipulator icon.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetExpandButtonSize (
    GraphicsUnit currUnit
)

Visual Basic  Copy Code

Public Shared Function GetExpandButtonSize( _
    currUnit As GraphicsUnit _
) As Double

 Parameters

currUnit

A GraphicsUnit instance.

 Return Value

The +/- icon size, expressed in the specified unit.

 See Also