View all the components of an object, for instance UiElement

I attach a browser, and look for an image with FindImage, that returns a variable of type UiPath.Core.UiElement

I know that a UiElement consists of AppPath,PID,TID,app,cls,foreground,hasFocus,hwnd,isMDIChild,position,subsystem,visibility,wndExtStyles,wndStyles

How do I dump / display all the component of my UiElement, or how do I access specific elements?