csharp
public sealed class TimelineRulerThe 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 TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public Timeline? OwnerThe 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