Vixen
02b45cc4
csharp
public sealed class TimelineRuler

The strip of times along the top, and where the playhead is scrubbed.

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

Fields and properties (3)

  • 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 Timeline? Owner

    The timeline it belongs to.

Methods (1)

  • protected override void OnDraw(DrawContext context)

    Draws whatever this element is, beyond what a stylesheet can describe.

Used by (1)

  • TimelineVixen.Ui.Controls.Advanced