C# Class Gu.Wpf.PropertyGrid.UnitRows.UnitRowGeneric

Inheritance: Row
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Méthodes publiques

Свойство Type Description
CanValueBeNullProperty System.Windows.DependencyProperty
DecimalDigitsProperty System.Windows.DependencyProperty
ScalarMaxValueProperty System.Windows.DependencyProperty
ScalarMinValueProperty System.Windows.DependencyProperty
ScalarValueProperty System.Windows.DependencyProperty
SymbolFormatProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
UnitRowGeneric ( ) : System.Windows

Method Details

CreateSuffix() protected abstract méthode

protected abstract CreateSuffix ( SymbolFormat symbolFormat ) : string
symbolFormat SymbolFormat
Résultat string

OnScalarMaxValueChanged() protected static méthode

protected static OnScalarMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnScalarMaxValueChanged() protected abstract méthode

protected abstract OnScalarMaxValueChanged ( double newValue ) : void
newValue double
Résultat void

OnScalarMinValueChanged() protected static méthode

protected static OnScalarMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnScalarMinValueChanged() protected abstract méthode

protected abstract OnScalarMinValueChanged ( double newValue ) : void
newValue double
Résultat void

OnScalarValueChanged() protected static méthode

protected static OnScalarValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnScalarValueChanged() protected abstract méthode

protected abstract OnScalarValueChanged ( double newValue ) : void
newValue double
Résultat void

OnSymbolFormatChanged() protected static méthode

protected static OnSymbolFormatChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

Property Details

CanValueBeNullProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanValueBeNullProperty
Résultat System.Windows.DependencyProperty

DecimalDigitsProperty public_oe static_oe property

public static DependencyProperty,System.Windows DecimalDigitsProperty
Résultat System.Windows.DependencyProperty

ScalarMaxValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScalarMaxValueProperty
Résultat System.Windows.DependencyProperty

ScalarMinValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScalarMinValueProperty
Résultat System.Windows.DependencyProperty

ScalarValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ScalarValueProperty
Résultat System.Windows.DependencyProperty

SymbolFormatProperty public_oe static_oe property

public static DependencyProperty,System.Windows SymbolFormatProperty
Résultat System.Windows.DependencyProperty