Skip to main content

ProgressBar.ProgressBarTemplateSettings Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Provides calculated values for use with the Avalonia.Controls.ProgressBar's control theme or template.

public class ProgressBar.ProgressBarTemplateSettings

Inheritance: object -> AvaloniaObject -> ProgressBar.ProgressBarTemplateSettings

Remarks

This class is NOT intended for general use outside of control templates.

Constructors

NameDescription
ProgressBar.ProgressBarTemplateSettingsNo summary available.

ProgressBar.ProgressBarTemplateSettings Constructor

public ProgressBar.ProgressBarTemplateSettings()

Methods

NameDescription
Bind (8 overloads)Binds a Avalonia.AvaloniaProperty to an Avalonia.Data.BindingBase. Inherited from AvaloniaObject.
CheckAccessReturns 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.
CoerceValueCoerces the specified Avalonia.AvaloniaProperty. Inherited from AvaloniaObject.
EqualsCompares two objects using reference equality. Inherited from AvaloniaObject.
GetBaseValueInherited from AvaloniaObject.
GetHashCodeGets the hash code for the object. Inherited from AvaloniaObject.
GetValue (3 overloads)Gets a Avalonia.AvaloniaProperty value. Inherited from AvaloniaObject.
IsAnimatingChecks whether a Avalonia.AvaloniaProperty is animating. Inherited from AvaloniaObject.
IsSetChecks 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.
VerifyAccessChecks that the current thread is the UI thread and throws if not. Inherited from AvaloniaObject.

Properties

NameDescription
Container2AnimationEndPositionUsed by Avalonia.Themes.Fluent to define the second indeterminate indicator's end position when animated.
Container2AnimationStartPositionUsed by Avalonia.Themes.Fluent to define the second indeterminate indicator's start position when animated.
Container2WidthUsed by Avalonia.Themes.Fluent to define the second indeterminate indicator's width.
ContainerAnimationEndPositionUsed by Avalonia.Themes.Fluent to define the first indeterminate indicator's end position when animated.
ContainerAnimationStartPositionUsed by Avalonia.Themes.Fluent to define the first indeterminate indicator's start position when animated.
ContainerWidthUsed by Avalonia.Themes.Fluent to define the first indeterminate indicator's width.
IndeterminateEndingOffsetUsed by Avalonia.Themes.Simple to define the ending point of its indeterminate animation.
IndeterminateStartingOffsetUsed by Avalonia.Themes.Simple to define the starting point of its indeterminate animation.
DispatcherReturns the Avalonia.AvaloniaObject.Dispatcher that this Avalonia.AvaloniaObject is associated with. Inherited from AvaloniaObject.
ItemInherited 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

NameDescription
PropertyChangedRaised when a Avalonia.AvaloniaProperty value changes on this object. Inherited from AvaloniaObject.