Show / Hide Table of Contents

    Class ProgressToBoundTextConverter

    Class that the XAML parser uses to convert Progress to Bound.

    Inheritance
    System.Object
    ProgressToBoundTextConverter
    Namespace: Tizen.Wearable.CircularUI.Forms
    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
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX