DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface IUIProgressRing

    A circular component that indicates the progress of an operation.

    Inherited Members
    IUIProgressBar.Value
    IUIProgressBar.IsIndeterminate
    IUIProgressBar.ValueChanged
    IUIProgressBar.ValueChangingAsynchronously
    IUIProgressBar.IsIndeterminateChanged
    IUIElement.Id
    IUIElement.IsVisible
    IUIElement.IsEnabled
    IUIElement.HorizontalAlignment
    IUIElement.VerticalAlignment
    IUIElement.IsVisibleChanged
    IUIElement.IsEnabledChanged
    IUIElement.HorizontalAlignmentChanged
    IUIElement.VerticalAlignmentChanged
    Namespace: DevToys.Api
    Assembly: DevToys.Api.dll
    Syntax
    public interface IUIProgressRing : IUIProgressBar, IUIElement

    Extension Methods

    GUI.AlignHorizontally<T>(T, UIHorizontalAlignment)
    GUI.AlignVertically<T>(T, UIVerticalAlignment)
    GUI.Disable<T>(T)
    GUI.Enable<T>(T)
    GUI.Hide<T>(T)
    GUI.ProgressAsync<T>(T, double)
    GUI.Progress<T>(T, double)
    GUI.Show<T>(T)
    GUI.StartIndeterminateProgress<T>(T)
    GUI.StopIndeterminateProgress<T>(T)
    LoggingExtensions.Log<T>(T)
    In this article
    DevToys logo © 2024 DevToys