ProgressBarProgressBarTemplateSettings Class

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

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public class ProgressBarTemplateSettings : AvaloniaObject
Inheritance
Object    AvaloniaObject    ProgressBarProgressBarTemplateSettings

Remarks

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

Constructors

ProgressBarProgressBarTemplateSettingsInitializes a new instance of the ProgressBarProgressBarTemplateSettings class

Properties

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.
InheritanceParent
(Inherited from AvaloniaObject)
Item
(Inherited from AvaloniaObject)
Item
(Inherited from AvaloniaObject)

Methods

Bind(AvaloniaProperty, IBinding)
(Inherited from AvaloniaObject)
Bind(AvaloniaProperty, IObservableObject, BindingPriority)
(Inherited from AvaloniaObject)
Bind``1(DirectPropertyBaseUMP, IObservableUMP)
(Inherited from AvaloniaObject)
Bind``1(DirectPropertyBaseUMP, IObservableBindingValueUMP)
(Inherited from AvaloniaObject)
Bind``1(DirectPropertyBaseUMP, IObservableObject)
(Inherited from AvaloniaObject)
Bind``1(StyledPropertyUMP, IObservableUMP, BindingPriority)
(Inherited from AvaloniaObject)
Bind``1(StyledPropertyUMP, IObservableBindingValueUMP, BindingPriority)
(Inherited from AvaloniaObject)
Bind``1(StyledPropertyUMP, IObservableObject, BindingPriority)
(Inherited from AvaloniaObject)
CheckAccess
(Inherited from AvaloniaObject)
ClearValue(AvaloniaProperty)
(Inherited from AvaloniaObject)
ClearValue``1(AvaloniaPropertyUMP)
(Inherited from AvaloniaObject)
ClearValue``1(DirectPropertyBaseUMP)
(Inherited from AvaloniaObject)
ClearValue``1(StyledPropertyUMP)
(Inherited from AvaloniaObject)
CoerceValue(AvaloniaProperty)
(Inherited from AvaloniaObject)
Equals(Object)
(Inherited from AvaloniaObject)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBaseValue``1(StyledPropertyUMP)
(Inherited from AvaloniaObject)
GetHashCode
(Inherited from AvaloniaObject)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValue(AvaloniaProperty)
(Inherited from AvaloniaObject)
GetValue``1(DirectPropertyBaseUMP)
(Inherited from AvaloniaObject)
GetValue``1(StyledPropertyUMP)
(Inherited from AvaloniaObject)
IsAnimating(AvaloniaProperty)
(Inherited from AvaloniaObject)
IsSet(AvaloniaProperty)
(Inherited from AvaloniaObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
(Inherited from AvaloniaObject)
OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs)
(Inherited from AvaloniaObject)
RaisePropertyChanged``1(DirectPropertyBaseUMP, UMP, UMP)
(Inherited from AvaloniaObject)
SetAndRaise``1(DirectPropertyBaseUMP, UMP, UMP)
(Inherited from AvaloniaObject)
SetCurrentValue(AvaloniaProperty, Object)
(Inherited from AvaloniaObject)
SetCurrentValue``1(StyledPropertyUMP, UMP)
(Inherited from AvaloniaObject)
SetValue(AvaloniaProperty, Object, BindingPriority)
(Inherited from AvaloniaObject)
SetValue``1(DirectPropertyBaseUMP, UMP)
(Inherited from AvaloniaObject)
SetValue``1(StyledPropertyUMP, UMP, BindingPriority)
(Inherited from AvaloniaObject)
ToStringReturns a string that represents the current object.
(Inherited from Object)
UpdateDataValidation(AvaloniaProperty, BindingValueType, Exception)
(Inherited from AvaloniaObject)
VerifyAccess
(Inherited from AvaloniaObject)

Events

PropertyChanged
(Inherited from AvaloniaObject)

Fields

See Also