Class ProgressBar
- Namespace
- Tudormobile.Wpf.Behaviors
- Assembly
- Tudormobile.WpfControls.dll
Progress bar behaviors (attached properties).
CornerRadius will sylize pogress bar elements with a corder radius value.
public static class ProgressBar
- Inheritance
-
ProgressBar
- Inherited Members
Methods
GetCornerRadius(DependencyObject)
Retrieves the CornerRadius attached property.
public static CornerRadius GetCornerRadius(DependencyObject dependencyObject)
Parameters
dependencyObjectDependencyObjectThe object to read the attached property from.
Returns
- CornerRadius
Value of the attached property.
SetCornerRadius(DependencyObject, CornerRadius)
Sets the CornerRadius attached property.
public static void SetCornerRadius(DependencyObject dependencyObject, CornerRadius value)
Parameters
dependencyObjectDependencyObjectThe target object for the dependency property.
valueCornerRadiusValue of the attached property.