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

Boolean:

The object's value.

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

Boolean:

The object's value.

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:

The object's value.

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

Boolean:

The object's value.

SetIsContinuous(DependencyObject, Boolean)

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 Boolean

The value to set.

SetIsGlassEnabled(DependencyObject, Boolean)

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 Boolean

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, Boolean)

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 Boolean

The value to set.

Fields

IsContinuousProperty

Identifies the IsContinuous dependency property. This field is read-only.

public static readonly DependencyProperty IsContinuousProperty

IsGlassEnabledProperty

Identifies the IsGlassEnabled dependency property. This field is read-only.

public static readonly DependencyProperty IsGlassEnabledProperty

StateProperty

Identifies the State dependency property. This field is read-only.

public static readonly DependencyProperty StateProperty

UseHighlightForIndeterminateIndicatorProperty

Identifies the UseHighlightForIndeterminateIndicator dependency property. This field is read-only.

public static readonly DependencyProperty UseHighlightForIndeterminateIndicatorProperty

Inherited Members