Search Results for

    Show / Hide Table of Contents

    Class CustomProgressRing

    Inheritance
    System.Object
    CustomProgressRing
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class CustomProgressRing : Control

    Constructors

    CustomProgressRing()

    Declaration
    public CustomProgressRing()

    Fields

    SpinnerColorProperty

    Declaration
    public static readonly DependencyProperty SpinnerColorProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SpinnerMarginProperty

    Declaration
    public static readonly DependencyProperty SpinnerMarginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SpinnerSizeProperty

    Declaration
    public static readonly DependencyProperty SpinnerSizeProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SpinnerThicknessProperty

    Declaration
    public static readonly DependencyProperty SpinnerThicknessProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextProperty

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    SpinnerColor

    Declaration
    public Brush SpinnerColor { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    SpinnerMargin

    Declaration
    public Thickness SpinnerMargin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    SpinnerSize

    Declaration
    public double SpinnerSize { get; set; }
    Property Value
    Type Description
    System.Double

    SpinnerThickness

    Declaration
    public double SpinnerThickness { get; set; }
    Property Value
    Type Description
    System.Double

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • CustomProgressRing()
    • Fields
      • SpinnerColorProperty
      • SpinnerMarginProperty
      • SpinnerSizeProperty
      • SpinnerThicknessProperty
      • TextProperty
    • Properties
      • SpinnerColor
      • SpinnerMargin
      • SpinnerSize
      • SpinnerThickness
      • Text
    • Methods
      • OnApplyTemplate()
    • Extension Methods
    Back to top Generated by DocFX