Class CustomProgressRing
Inheritance
CustomProgressRing
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class CustomProgressRing : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
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()