OrgChart for WPF and Silverlight
C1.Silverlight.OrgChart Namespace / C1OrgChart Class / ChildSpacing Property

In This Topic
    ChildSpacing Property (C1OrgChart)
    In This Topic
    Gets or sets the spacing between items, in pixels.
    Syntax
    'Declaration
     
    
    Public Property ChildSpacing As Size
    public 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