Table of Contents

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

dependencyObject DependencyObject

The 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

dependencyObject DependencyObject

The target object for the dependency property.

value CornerRadius

Value of the attached property.