In This Article

DoubleEditBoxPickerKind Enum

Specifies the kind of Style to apply to the DoublePicker used within a DoubleEditBox's popup.

public enum DoubleEditBoxPickerKind

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 DoublePicker style, which is templated to contain a radial slider control.