Version

NumericScaler Class Fields

For a list of all members of this type, see NumericScaler members.

Protected Fields
 NameDescription
Protected Internal Fieldstatic (Shared in Visual Basic)ActualMaximumValuePropertyIdentifies the ActualMaximumValue dependency property.  
Protected FieldActualMaximumValuePropertyNameString used to determine the name of the ActualMaximumValue dependency property.  
Protected Internal Fieldstatic (Shared in Visual Basic)ActualMinimumValuePropertyIdentifies the ActualMinimumValue dependency property.  
Protected FieldActualMinimumValuePropertyNameString used to determine the name of the ActualMinimumValue dependency property.  
Protected FieldCachedActualMaximumValueA copy of the ActualMaximumValue property value, cached for performance reasons.  
Protected FieldCachedActualMinimumValueA copy of the ActualMinimumValue property value, cached for performance reasons.  
See Also