In This Article

FloatingPointNumberPickerBase<T> Class

Provides an abstract base class that can be used for pickers of a floating point numeric value.

public abstract class FloatingPointNumberPickerBase<T> : NumberPickerBase<T> where T : struct, IFloatingPoint<T>, IMinMaxValue<T>
Type Parameters:
T -
Inheritance:
object Visual UIElement FrameworkElement Control PickerBase RadialSliderPickerBase NumberPickerBase<T> object
Derived:
DecimalPicker FloatingPointIeee754NumberPickerBase<T>

Constructors

FloatingPointNumberPickerBase()

Initializes an instance of the class.

protected FloatingPointNumberPickerBase()

Properties

RoundingDecimalPlace

The rounding decimal place, which is a value between 0 and 15.

public int? RoundingDecimalPlace { get; set; }

Property Value

int?:

When null or negative, rounding will be disabled. The default value is 8.

Fields

RoundingDecimalPlaceProperty

Defines the RoundingDecimalPlace property.

public static readonly DependencyProperty RoundingDecimalPlaceProperty

Inherited Members

Extension Methods