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

Converts multi-binding inputs to a final value.
상속: IMultiValueConverter
파일 보기 프로젝트 열기: Core2D/Core2D

공개 프로퍼티들

프로퍼티 타입 설명
DefaultTitle string
Instance EditorToTitleMultiConverter

공개 메소드들

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

Converts multi-binding inputs to a final value.

메소드 상세

Convert() 공개 메소드

Converts multi-binding inputs to a final value.
public Convert ( IList values, Type targetType, object parameter, CultureInfo culture ) : object
values IList The values 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

프로퍼티 상세

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

Default title result.
public static string DefaultTitle
리턴 string

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

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