In This Article

Int32EditBoxPickerKind Enum

Specifies the kind of Style to apply to the Int32Picker used within a Int32EditBox's popup.

public enum Int32EditBoxPickerKind

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