Class UILibrary
[DataContract("UIlibrary")]
[ContentSerializer(typeof(DataContentSerializerWithReuse<UILibrary>))]
[DataSerializerGlobal(typeof(ReferenceSerializer<UILibrary>), null, DataSerializerGenericMode.None, false, false, Profile = "Content")]
public class UILibrary : ComponentBase, IDisposable, IComponent, IReferencable, ICollectorHolder
  - Inheritance
 - 
      objectUILibrary
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
UILibrary()
public UILibrary()
  Properties
UIElements
Gets the UI elements.
public Dictionary<string, UIElement> UIElements { get; }