Click or drag to resize

ProgressBarProperties Class

Provides attached properties for the ProgressBar
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeProgressBarProperties

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static class ProgressBarProperties

The ProgressBarProperties type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDistance
Gets the value of Distance
Public methodStatic memberGetValue
Gets the value of Value
Public methodStatic memberSetDistance
Sets the value of the Distance attached property
Public methodStatic memberSetValue
Sets the value of the Value attached property
Top
Fields
  NameDescription
Public fieldStatic memberDistanceProperty
Identifies the Distance dependency property
Public fieldStatic memberValueProperty
Identifies the Value dependency property
Top
Attached Properties
  NameDescription
Public attached propertyDistance
Identifies the Distance dependency property
Public attached propertyValue
Identifies the Value dependency property
Top
See Also