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

Converts between a bool and opacity. If true, returns 1 If false, returns 0, or the value specified as a parameter
상속: IValueConverter
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

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

Converts from bool to opacity

메소드 상세

Convert() 공개 메소드

Converts from bool to opacity
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The bool value
targetType System.Type The destination type
parameter object The low opacity value
culture System.Globalization.CultureInfo
리턴 object