ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart Class / SetValue Method

In This Topic
    SetValue Method (C1OrgChart)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetValue( _
       ByVal dp As Windows.UI.Xaml.DependencyProperty, _
       ByVal value As System.Object _
    ) 
    public void SetValue( 
       Windows.UI.Xaml.DependencyProperty dp,
       System.object value
    )

    Parameters

    dp
    value
    See Also