Search Results for

    Show / Hide Table of Contents

    Class BoolToVisibilityConverter

    The most common converter. It has parameters for determining visibility depending on the value.

    Inheritance
    System.Object
    BoolToVisibilityConverter
    Implements
    System.Windows.Data.IValueConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Studio.UI.Input
    Assembly: Simplic.Studio.UI.Input.dll
    Syntax
    public class BoolToVisibilityConverter : IValueConverter

    Properties

    | Improve this Doc View Source

    VisibilityForFalse

    Declaration
    public Visibility VisibilityForFalse { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    VisibilityForTrue

    Declaration
    public Visibility VisibilityForTrue { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    Methods

    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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

    Implements

    System.Windows.Data.IValueConverter
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx