Vixen
02b45cc4
csharp
public sealed class Spinner

A turning arc, for a wait with no length.

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

Remarks

Its Phase is advanced by the application, for the reason Phase is: nothing in this assembly knows what time it is, and a control that found out would be one nothing could take a stable picture of.

Fields and properties (8)

  • 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 float Phase
  • public float Sweep
  • public float Thickness
  • public static readonly UiPropertyKey PhaseProperty

    Identity for Phase.

  • public static readonly UiPropertyKey SweepProperty

    Identity for Sweep.

  • public static readonly UiPropertyKey ThicknessProperty

    Identity for Thickness.

Methods (4)

  • protected override void OnDraw(DrawContext context)
  • public void ClearPhase()

    Unsets Phase, so it takes its default or its ancestor's value again.

  • public void ClearSweep()

    Unsets Sweep, so it takes its default or its ancestor's value again.

  • public void ClearThickness()

    Unsets Thickness, so it takes its default or its ancestor's value again.

Used by (4)

  • ShellHelloUi
  • ControlVisualTestsVixen.Ui.Controls.Tests
  • RangeInteractionTestsVixen.Ui.Controls.Tests
  • SurfaceTestsVixen.Ui.Controls.Tests