ProgressBar.ProgressBarTemplateSettings Class
Definition
Provides calculated values for use with the Avalonia.Controls.ProgressBar's control theme or template.
public class ProgressBar.ProgressBarTemplateSettings
Remarks
This class is NOT intended for general use outside of control templates.
Constructors
| Name | Description |
|---|---|
| ProgressBar.ProgressBarTemplateSettings | No summary available. |
ProgressBar.ProgressBarTemplateSettings Constructor
public ProgressBar.ProgressBarTemplateSettings()
Methods
| Name | Description |
|---|---|
| Bind (8 overloads) | Binds a Avalonia.AvaloniaProperty to an Avalonia.Data.BindingBase. Inherited from AvaloniaObject. |
| CheckAccess | Returns a value indicating whether the current thread is the UI thread. Inherited from AvaloniaObject. |
| ClearValue (4 overloads) | Clears a Avalonia.AvaloniaProperty's local value. Inherited from AvaloniaObject. |
| CoerceValue | Coerces the specified Avalonia.AvaloniaProperty. Inherited from AvaloniaObject. |
| Equals | Compares two objects using reference equality. Inherited from AvaloniaObject. |
| GetBaseValue | Inherited from AvaloniaObject. |
| GetHashCode | Gets the hash code for the object. Inherited from AvaloniaObject. |
| GetValue (3 overloads) | Gets a Avalonia.AvaloniaProperty value. Inherited from AvaloniaObject. |
| IsAnimating | Checks whether a Avalonia.AvaloniaProperty is animating. Inherited from AvaloniaObject. |
| IsSet | Checks whether a Avalonia.AvaloniaProperty is set on this object. Inherited from AvaloniaObject. |
| SetCurrentValue (2 overloads) | Sets the value of a dependency property without changing its value source. Inherited from AvaloniaObject. |
| SetValue (3 overloads) | Sets a Avalonia.AvaloniaProperty value. Inherited from AvaloniaObject. |
| VerifyAccess | Checks that the current thread is the UI thread and throws if not. Inherited from AvaloniaObject. |
Properties
| Name | Description |
|---|---|
| Container2AnimationEndPosition | Used by Avalonia.Themes.Fluent to define the second indeterminate indicator's end position when animated. |
| Container2AnimationStartPosition | Used by Avalonia.Themes.Fluent to define the second indeterminate indicator's start position when animated. |
| Container2Width | Used by Avalonia.Themes.Fluent to define the second indeterminate indicator's width. |
| ContainerAnimationEndPosition | Used by Avalonia.Themes.Fluent to define the first indeterminate indicator's end position when animated. |
| ContainerAnimationStartPosition | Used by Avalonia.Themes.Fluent to define the first indeterminate indicator's start position when animated. |
| ContainerWidth | Used by Avalonia.Themes.Fluent to define the first indeterminate indicator's width. |
| IndeterminateEndingOffset | Used by Avalonia.Themes.Simple to define the ending point of its indeterminate animation. |
| IndeterminateStartingOffset | Used by Avalonia.Themes.Simple to define the starting point of its indeterminate animation. |
| Dispatcher | Returns the Avalonia.AvaloniaObject.Dispatcher that this Avalonia.AvaloniaObject is associated with. Inherited from AvaloniaObject. |
| Item | Inherited from AvaloniaObject. |
Container2AnimationEndPosition Property
Used by Avalonia.Themes.Fluent to define the second indeterminate indicator's end position when animated.
public double Container2AnimationEndPosition { get; set; }
Container2AnimationStartPosition Property
Used by Avalonia.Themes.Fluent to define the second indeterminate indicator's start position when animated.
public double Container2AnimationStartPosition { get; set; }
Container2Width Property
Used by Avalonia.Themes.Fluent to define the second indeterminate indicator's width.
public double Container2Width { get; set; }
ContainerAnimationEndPosition Property
Used by Avalonia.Themes.Fluent to define the first indeterminate indicator's end position when animated.
public double ContainerAnimationEndPosition { get; set; }
ContainerAnimationStartPosition Property
Used by Avalonia.Themes.Fluent to define the first indeterminate indicator's start position when animated.
public double ContainerAnimationStartPosition { get; set; }
ContainerWidth Property
Used by Avalonia.Themes.Fluent to define the first indeterminate indicator's width.
public double ContainerWidth { get; set; }
IndeterminateEndingOffset Property
Used by Avalonia.Themes.Simple to define the ending point of its indeterminate animation.
public double IndeterminateEndingOffset { get; set; }
IndeterminateStartingOffset Property
Used by Avalonia.Themes.Simple to define the starting point of its indeterminate animation.
public double IndeterminateStartingOffset { get; set; }
Fields
Container2AnimationEndPositionProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.Container2AnimationEndPosition property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> Container2AnimationEndPositionProperty
Container2AnimationStartPositionProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.Container2AnimationStartPosition property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> Container2AnimationStartPositionProperty
Container2WidthProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.Container2Width property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> Container2WidthProperty
ContainerAnimationEndPositionProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.ContainerAnimationEndPosition property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> ContainerAnimationEndPositionProperty
ContainerAnimationStartPositionProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.ContainerAnimationStartPosition property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> ContainerAnimationStartPositionProperty
ContainerWidthProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.ContainerWidth property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> ContainerWidthProperty
IndeterminateEndingOffsetProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.IndeterminateEndingOffset property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> IndeterminateEndingOffsetProperty
IndeterminateStartingOffsetProperty Field
Defines the Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings.IndeterminateStartingOffset property.
public Avalonia.DirectProperty<Avalonia.Controls.ProgressBar.ProgressBarTemplateSettings, double> IndeterminateStartingOffsetProperty
Events
| Name | Description |
|---|---|
| PropertyChanged | Raised when a Avalonia.AvaloniaProperty value changes on this object. Inherited from AvaloniaObject. |