Gets or sets the spacing between items, in pixels.

Namespace:  C1.Silverlight.OrgChart
Assembly:  C1.Silverlight.OrgChart (in C1.Silverlight.OrgChart.dll)

Syntax

C#
public Size ChildSpacing { get; set; }
Visual Basic
Public Property ChildSpacing As Size
	Get
	Set

Remarks

In addition to changing this property, you may customize the spacing between items using the [!:Margin] property on your [!:ItemTemplate].

See Also