Search
Constants.GetContainerFolderPadding Method
See Also
 






Gets the padding around the folding button of a container node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetContainerFolderPadding (
    MeasureUnit unit
)

Visual Basic  Copy Code

Public Shared Function GetContainerFolderPadding( _
    unit As MeasureUnit _
) As Double

 Parameters

unit

A MeasureUnit instance.

 Return Value

The padding space to leave around fold buttons, expressed in the specified unit.

 See Also