Class UnityCompositeViewChild
Authorable child slot of a UnityCompositeViewDefinition. Assign a
ViewDefinition asset — a menu definition or another composite definition — to host
in this slot. Then declare its main-axis size with Size in CSS-style units. The child
is identified within its composite by the assigned definition's Id.
Inheritance
UnityCompositeViewChild
Assembly: Serenity.UnityUi.Infrastructure.dll
Syntax
public class UnityCompositeViewChild : ICompositeViewChild
Constructors
UnityCompositeViewChild()
Declaration
public UnityCompositeViewChild()
Fields
Size
Declaration
Field Value
ViewAlignment
Declaration
public UiAnchorType ViewAlignment
Field Value
ViewDefinition
Declaration
public UnityViewDefinition ViewDefinition
Field Value
Implements