C# 클래스 Gu.Wpf.PropertyGrid.UnitRows.UnitRowGeneric

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

공개 프로퍼티들

프로퍼티 타입 설명
CanValueBeNullProperty System.Windows.DependencyProperty
DecimalDigitsProperty System.Windows.DependencyProperty
ScalarMaxValueProperty System.Windows.DependencyProperty
ScalarMinValueProperty System.Windows.DependencyProperty
ScalarValueProperty System.Windows.DependencyProperty
SymbolFormatProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
CreateSuffix ( SymbolFormat symbolFormat ) : string
OnScalarMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnScalarMaxValueChanged ( double newValue ) : void
OnScalarMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnScalarMinValueChanged ( double newValue ) : void
OnScalarValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnScalarValueChanged ( double newValue ) : void
OnSymbolFormatChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

비공개 메소드들

메소드 설명
UnitRowGeneric ( ) : System.Windows

메소드 상세

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

protected abstract CreateSuffix ( SymbolFormat symbolFormat ) : string
symbolFormat SymbolFormat
리턴 string

OnScalarMaxValueChanged() 보호된 정적인 메소드

protected static OnScalarMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

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

protected abstract OnScalarMaxValueChanged ( double newValue ) : void
newValue double
리턴 void

OnScalarMinValueChanged() 보호된 정적인 메소드

protected static OnScalarMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

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

protected abstract OnScalarMinValueChanged ( double newValue ) : void
newValue double
리턴 void

OnScalarValueChanged() 보호된 정적인 메소드

protected static OnScalarValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

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

protected abstract OnScalarValueChanged ( double newValue ) : void
newValue double
리턴 void

OnSymbolFormatChanged() 보호된 정적인 메소드

protected static OnSymbolFormatChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows CanValueBeNullProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows DecimalDigitsProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ScalarMaxValueProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ScalarMinValueProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows ScalarValueProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows SymbolFormatProperty
리턴 System.Windows.DependencyProperty