In This Article

DecimalEditBoxPickerKind Enum

Specifies the kind of Style to apply to the DecimalPicker used within a DecimalEditBox's popup.

public enum DecimalEditBoxPickerKind

Fields

Name Description
Calculator

Uses the Style set to the CalculatorPopupPickerStyle property, which is templated to contain a calculator control.

Default

Use the Style set to the PopupPickerStyle property, and if that is not specified, uses the default DecimalPicker style, which is templated to contain a radial slider control.