Vixen
dd8b0a81
csharp
public readonly record struct ContainerScope

One container in an element's ancestry.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public string Name

    Its container-name, or empty.

  • public ContainerBox Box

    Its measured box and which axes it may be asked about.

Methods (1)

  • public ContainerScope(string Name, ContainerBox Box)

    One container in an element's ancestry.

Used by (2)

  • ContainerConditionsVixen.Ui.Styling
  • ContainerScopesVixen.Ui.Styling