Class ProgressToBoundTextConverter
Class that the XAML parser uses to convert Progress to Bound.
Inheritance
System.Object
ProgressToBoundTextConverter
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class ProgressToBoundTextConverter : IValueConverter
Methods
Convert(Object, Type, Object, CultureInfo)
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.Globalization.CultureInfo |
culture |
|
Returns
Type |
Description |
System.Object |
|
ConvertBack(Object, Type, Object, CultureInfo)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.Globalization.CultureInfo |
culture |
|
Returns
Type |
Description |
System.Object |
|