menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BooleanToVisibilityConverter - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BooleanToVisibilityConverter

    Represents the Boolean to visibility converter in map.

    Inheritance
    System.Object
    BooleanToVisibilityConverter
    Implements
    Windows.UI.Xaml.Data.IValueConverter
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class BooleanToVisibilityConverter : Object, IValueConverter
    Remarks

    Convert the given Boolean converter parameter as visibility

    Constructors

    BooleanToVisibilityConverter()

    Declaration
    public BooleanToVisibilityConverter()

    Methods

    Convert(Object, Type, Object, String)

    Convert function,which converts the given Boolean parameter as visibility.

    Declaration
    public object Convert(object value, Type targetType, object parameter, string language)
    Parameters
    Type Name Description
    System.Object value

    Value which is bonded

    System.Type targetType

    Target type of the binding

    System.Object parameter

    Converter Parameter

    System.String language

    Language

    Returns
    Type Description
    System.Object

    Type :System.Object

    ConvertBack(Object, Type, Object, String)

    Convert back function,which converts the given Boolean parameter as visibility.

    Declaration
    public object ConvertBack(object value, Type targetType, object parameter, string language)
    Parameters
    Type Name Description
    System.Object value

    Value which is binded

    System.Type targetType

    Target type of the binding

    System.Object parameter

    Converter Parameter

    System.String language

    Language

    Returns
    Type Description
    System.Object

    Type :System.Object

    Implements

    Windows.UI.Xaml.Data.IValueConverter

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved