C# 클래스 Netsy.UI.ValueConverters.WidthToColumnCountValueConverter

상속: IValueConverter
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

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

Convert width to column count

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

Convert back - not handled

메소드 상세

Convert() 공개 메소드

Convert width to column count
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object the value to convert
targetType System.Type the target type
parameter object conversion params
culture System.Globalization.CultureInfo culture info
리턴 object

ConvertBack() 공개 메소드

Convert back - not handled
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object the value to convert
targetType System.Type the target type
parameter object conversion params
culture System.Globalization.CultureInfo culture info
리턴 object