Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1Document Class / FindRenderObject Method
The name to find.

In This Topic
    FindRenderObject Method
    In This Topic
    Finds a render object by name.
    Syntax
    'Declaration
     
    Public Function FindRenderObject( _
       ByVal name As String _
    ) As RenderObject
    public RenderObject FindRenderObject( 
       string name
    )

    Parameters

    name
    The name to find.

    Return Value

    The found object, or null.
    See Also