C# 클래스 Gu.Wpf.Geometry.CornerRadiusConverter

상속: IValueConverter
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Geometry

공개 메소드들

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

보호된 메소드들

메소드 설명
GetRadius ( System.Windows.CornerRadius cornerRadius ) : double

메소드 상세

Convert() 공개 메소드

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object

GetRadius() 보호된 추상적인 메소드

protected abstract GetRadius ( System.Windows.CornerRadius cornerRadius ) : double
cornerRadius System.Windows.CornerRadius
리턴 double