In This Article

ProgressBarThemeProperties Class

Provides attached properties for use in progress bar themes.

public static class ProgressBarThemeProperties
Inheritance:
object object

Methods

GetIsContinuous(DependencyObject)

Gets the value of the IsContinuous attached property for the specified object.

public static bool GetIsContinuous(DependencyObject obj)
Parameter Type Description
obj DependencyObject

The object from which the property value is read.

Returns

bool

GetIsGlassEnabled(DependencyObject)

Gets the value of the IsGlassEnabled attached property for the specified object.

public static bool GetIsGlassEnabled(DependencyObject obj)
Parameter Type Description
obj DependencyObject

The object from which the property value is read.

Returns

bool

GetState(DependencyObject)

Gets the value of the State attached property for the specified object.

public static OperationState GetState(DependencyObject obj)
Parameter Type Description
obj DependencyObject

The object from which the property value is read.

Returns

OperationState

GetUseHighlightForIndeterminateIndicator(DependencyObject)

Gets the value of the UseHighlightForIndeterminateIndicator attached property for the specified object.

public static bool GetUseHighlightForIndeterminateIndicator(DependencyObject obj)
Parameter Type Description
obj DependencyObject

The object from which the property value is read.

Returns

bool

SetIsContinuous(DependencyObject, bool)

Sets the value of the IsContinuous attached property to the specified object.

public static void SetIsContinuous(DependencyObject obj, bool value)
Parameter Type Description
obj DependencyObject

The object to which the attached property is written.

value bool

The value to set.

SetIsGlassEnabled(DependencyObject, bool)

Sets the value of the IsGlassEnabled attached property to the specified object.

public static void SetIsGlassEnabled(DependencyObject obj, bool value)
Parameter Type Description
obj DependencyObject

The object to which the attached property is written.

value bool

The value to set.

SetState(DependencyObject, OperationState)

Sets the value of the State attached property to the specified object.

public static void SetState(DependencyObject obj, OperationState value)
Parameter Type Description
obj DependencyObject

The object to which the attached property is written.

value OperationState

The value to set.

SetUseHighlightForIndeterminateIndicator(DependencyObject, bool)

Sets the value of the UseHighlightForIndeterminateIndicator attached property to the specified object.

public static void SetUseHighlightForIndeterminateIndicator(DependencyObject obj, bool value)
Parameter Type Description
obj DependencyObject

The object to which the attached property is written.

value bool

The value to set.

Fields

IsContinuousProperty

Defines the IsContinuous property.

public static readonly DependencyProperty IsContinuousProperty

IsGlassEnabledProperty

Defines the IsGlassEnabled property.

public static readonly DependencyProperty IsGlassEnabledProperty

StateProperty

Defines the State property.

public static readonly DependencyProperty StateProperty

UseHighlightForIndeterminateIndicatorProperty

Defines the UseHighlightForIndeterminateIndicator property.

public static readonly DependencyProperty UseHighlightForIndeterminateIndicatorProperty

Inherited Members