In This Article

Int64EditBoxPickerKind Enum

Specifies the kind of Style to apply to the Int64Picker used within a Int64EditBox's popup.

public enum Int64EditBoxPickerKind

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