Search
StackPanel.Spacing Property
See Also
 





Gets or sets the distance between adjacent items in the panel.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float Spacing { get; set; }

Visual Basic  Copy Code

Public Property Spacing As Single

 Property Value

A floating point value specifying the distance in the current unit of measure. The default is 0.

 See Also