C# 클래스 Core2D.Avalonia.Converters.IsNullConverter

Converts a binding value object from object to bool True if value is equal to null or AvaloniaProperty.UnsetValue otherwise return False.
상속: IValueConverter
파일 보기 프로젝트 열기: Core2D/Core2D

공개 프로퍼티들

프로퍼티 타입 설명
Instance IsNullConverter

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

메소드 상세

Convert() 공개 메소드

Converts a value.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
리턴 object

ConvertBack() 공개 메소드

Converts a value.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
리턴 object

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Gets an instance of a IsNullConverter.
public static IsNullConverter,Core2D.Avalonia.Converters Instance
리턴 IsNullConverter