Search
FlowchartLayout.BranchPadding Property
See Also
 





Gets or sets how much space to leave between adjacent decision branches in the flowchart.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float BranchPadding { get; set; }

Visual Basic  Copy Code

Public Property BranchPadding As Single

 Property Value

A float value specifying the distance between adjacent branches.

 See Also