public List<Element> UserElements {get;}
Public ReadOnly Property UserElements As List(Of Element)
public List<Element> UserElements {get;}
@property (nonatomic,retain,readonly) NSMutableArray* userViews;
public List<View> getUserViews()
get_UserElements();
Any extra views that should participate in the events handling. If you are adding any views on top of the viewer in the page, then you must add these views into UserElements to allow the service to handle events on these views.