Vixen
02b45cc4
csharp
public enum SpanGrip

Which part of a span a pointer is over.

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

Fields and properties (4)

  • None

    None of it.

  • Begin

    The left edge, which moves Begin.

  • End

    The right edge, which moves End.

  • Body

    The middle, which moves both.

Used by (2)

  • TimelineVixen.Ui.Controls.Advanced
  • TimelineSpanTestsVixen.Ui.Controls.Advanced.Tests