Search Results for

    Show / Hide Table of Contents

    Class CustomProgressRing

    Inheritance
    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
    DependencyProperty

    SpinnerMarginProperty

    Declaration
    public static readonly DependencyProperty SpinnerMarginProperty
    Field Value
    Type Description
    DependencyProperty

    SpinnerSizeProperty

    Declaration
    public static readonly DependencyProperty SpinnerSizeProperty
    Field Value
    Type Description
    DependencyProperty

    SpinnerThicknessProperty

    Declaration
    public static readonly DependencyProperty SpinnerThicknessProperty
    Field Value
    Type Description
    DependencyProperty

    TextProperty

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    SpinnerColor

    Declaration
    public Brush SpinnerColor { get; set; }
    Property Value
    Type Description
    Brush

    SpinnerMargin

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

    SpinnerSize

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

    SpinnerThickness

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

    Text

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

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX