ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / ChildSpacing Property

In This Topic
    ChildSpacing Property
    In This Topic
    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