ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialBackgroundPresenter Class / FindName Method

In This Topic
    FindName Method (C1RadialBackgroundPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindName( _
       ByVal name As System.String _
    ) As System.Object
    public System.object FindName( 
       System.string name
    )

    Parameters

    name
    See Also