Vixen
02b45cc4
csharp
public sealed class NodeGroupView

A group's box, behind the nodes that are in it.

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

Fields and properties (4)

  • protected override string TagName

    The element name this type answers to when a caller does not choose one.

  • protected override bool AcceptsFocus

    Whether the focus can rest on this kind of control at all.

  • public GraphGroup? Group

    The group it shows.

  • public UiElement Header

    The bar along the top, which is what drags the whole group.

Methods (1)

  • protected override void OnCreated()

    Builds whatever this element is made of, once, as it joins a document.

Used by (2)

  • NodeCanvasVixen.Ui.Controls.Advanced
  • NodeCanvasTestsVixen.Ui.Controls.Advanced.Tests