Vixen
02b45cc4
csharp
public sealed class GradientRail

The rail of markers above or below the bar.

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 GradientEditor? Owner

    The editor it belongs to.

  • public bool IsAlpha

    Whether it carries the alpha stops rather than the colour ones.

Methods (1)

  • protected override void OnDraw(DrawContext context)

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

Used by (1)

  • GradientEditorVixen.Ui.Controls.Advanced