Class CustomProgressRing
  
  
  
  
    Inheritance
    System.Object
    CustomProgressRing
   
  
  Assembly: Sdl.Desktop.Platform.Controls.dll
  
  
    public class CustomProgressRing : Control
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public CustomProgressRing()
   
  Fields
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty SpinnerColorProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty SpinnerMarginProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  Declaration
  
    public static readonly DependencyProperty SpinnerSizeProperty
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.DependencyProperty |  | 
    
  
  
  
  
  
  
  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
  
  
  
  
  
  
  
  Declaration
  
    public Brush SpinnerColor { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.Media.Brush |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public Thickness SpinnerMargin { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Windows.Thickness |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public double SpinnerSize { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
  
  
  
  
  
  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
  
  
  
  
  
  
  
  Declaration
  
    public override void OnApplyTemplate()
   
  Extension Methods