/// <summary> /// Get public access to the ViewLink which peforms the designer behavior. /// </summary> /// <returns></returns> public ViewLink GetViewLinkOfComponent() { return(GetViewLinkFromElement(component.GetBaseElement())); }