Class ContentDisplayModeToVisibilityConverter
Represents the converter that converts ContentDisplayMode enumeration values to and from Visibility enumeration values
Inheritance
System.Object
ContentDisplayModeToVisibilityConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Namespace: Syncfusion.UI.Xaml.Converters
Assembly: Syncfusion.SfProgressBar.UWP.dll
Syntax
[ClassReference(IsReviewed = false, ShouldInclude = false)]
public class ContentDisplayModeToVisibilityConverter : Object, IValueConverter
Constructors
ContentDisplayModeToVisibilityConverter()
Declaration
public ContentDisplayModeToVisibilityConverter()
Methods
Convert(Object, Type, Object, String)
Converts ContentDisplayMode variable to visibility
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
System.Type | targetType | |
System.Object | parameter | |
System.String | language |
Returns
Type |
---|
System.Object |
ConvertBack(Object, Type, Object, String)
Converts back into default type
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | |
System.Type | targetType | |
System.Object | parameter | |
System.String | language |
Returns
Type |
---|
System.Object |
Implements
Windows.UI.Xaml.Data.IValueConverter