Class PrecisionToVisibilityConverter
Conversion of precision to visibility
Inheritance
System.Object
PrecisionToVisibilityConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Converters
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public class PrecisionToVisibilityConverter : Object, IValueConverter
Constructors
PrecisionToVisibilityConverter()
Declaration
public PrecisionToVisibilityConverter()
Methods
Convert(Object, Type, Object, String)
Converts precision to visibility
Declaration
public object Convert(object value, Type targetType, object parameter, string culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | input value |
System.Type | targetType | target type |
System.Object | parameter | input parameter |
System.String | culture |
Returns
Type | Description |
---|---|
System.Object | converted value as object |
ConvertBack(Object, Type, Object, String)
Converts back into default type
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | input value |
System.Type | targetType | target type |
System.Object | parameter | input parameter |
System.String | culture |
Returns
Type | Description |
---|---|
System.Object | converted value as object |
Implements
Windows.UI.Xaml.Data.IValueConverter