Class UILibraryExtensions
public static class UILibraryExtensions
  - Inheritance
 - 
      objectUILibraryExtensions
 
Methods
InstantiateElement<TElement>(UILibrary, string)
Instantiates a copy of the element of the library identified by name.
public static TElement InstantiateElement<TElement>(this UILibrary library, string name) where TElement : UIElement
  Parameters
Returns
- TElement
 
Type Parameters
TElementThe type of the element.