ComponentOne OrgChart for UWP
ChildSpacing Property

C1.UWP.OrgChart Assembly > C1.Xaml.OrgChart Namespace > C1OrgChart Class : ChildSpacing Property
Gets or sets the spacing between items, in pixels.
Syntax
'Declaration
 
Public Property ChildSpacing As Windows.Foundation.Size
public Windows.Foundation.Size ChildSpacing {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

Reference

C1OrgChart Class
C1OrgChart Members