csharp
public sealed class SpinnerA 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 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 float Phasepublic float Sweeppublic float Thicknesspublic static readonly UiPropertyKey PhasePropertyIdentity for Phase.
public static readonly UiPropertyKey SweepPropertyIdentity for Sweep.
public static readonly UiPropertyKey ThicknessPropertyIdentity 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