C# 클래스 BuildIt.General.UI.Converters.BoolVisibilityConverter

Converts between bool to visibility
상속: IValueConverter
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

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

Converts bool to visibility

메소드 상세

Convert() 공개 메소드

Converts bool to visibility
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object Incoming bool value
targetType System.Type N/A
parameter object N/A
culture System.Globalization.CultureInfo N/A
리턴 object