Version

Configuring Numeric Items (xamRadialMenu)

Topic Overview

Purpose

This topic explains the xamRadialMenu ™ numeric items.

Required background

The following topics are prerequisites to understanding this topic:

Topic Purpose

This topic explains the features supported by the control from developer perspective.

This topic provides an overview of the visual elements of the control.

This topic explains in general the menu items and their common configuration properties.

This topic explains the xamRadialMenu’s button items.

In this topic

This topic contains the following sections:

Numeric Items Configuration Summary

Numeric items configuration summary chart

The xamRadialMenu supports numeric items which allow the user to observe and set numerical values. Further details are available after the table.

Numeric items Description Represented by type
  • Displays a header text

  • Displays an icon

  • Displays the associated numeric value

  • Displays a scale with the allowed values as ticks

  • Displays the current value

  • Displays the pending value

Numeric Item

Overview

The RadialMenuNumericItem class represents the xamRadialMenu’s numeric item and extends from the RadialMenuItem class. In addition to the header text and icon provided by the button items, the numeric item has an associated numeric value Within/Over the icon.

The following screenshot shows a numeric item with associated value (12) over the icon:

xamRadialMenu 05.png

Property settings

The following table maps main configuration to the property settings that manage it.

In order to: Use this property/event: And:

Set/obtain item’s associated numeric value

Set or read its value

Get notified when the associated numeric value changes

Attach event handler to it

Numeric Gauge

Overview

The RadialMenuNumericGauge class represents the xamRadialMenu’s numeric gauge. This item is showing a numeric gauge with values (ticks) for the user to choose from. There are also needles indicating the current value and the pending value – the value the mouse is hovering.

The following screenshot shows a numeric gauge:

xamRadialMenu 06.png
  1. Ticks

  2. Current value needle

  3. Pending value needle

Property settings

The following table maps main configuration to the property settings that manage it.

In order to: Use this property/event: And:

Set/obtain pending value

Set it to a value of type double

Get notified when the associated pending numeric value changes

Attach event handler to it

Set/obtain ticks

Set it to a collection with ticks values of type DoubleCollection

Set/obtain current value

Set it to a value of type double

Get notified when the associated numeric value changes

Attach event handler to it

Related Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic explains the xamRadialMenu’s color items.

This topic explains the xamRadialMenu’s list items.