The TCircularPanel implements a custom navigation tool, where the options are placed around a main circle.

On this page:



Requirements

This component is WPF-only, therefore, it runs only on Windows, RichClient and SmartClient clients. 


Configuration

Circular Panel Settings

Field

Description

Control Name

Defines a name for the control so it can be accessed in the CodeBehind script. See Display CodeBehind.

Selected Value

A tag associated to this field will receive a string containing the FieldName property of the currently selected item in the CircularPanel.

SelectedIndex

A tag associated with this field will receive the index corresponding to the currently selected item in the CircularPanel.
The indexes work like an array, with the first item having an index of 0, the second an index of 1, and so on

ImageSize

Size of the selected image.

FontSize

Size of the font used on the component.

Columns

For each value that you want to include, select a section and configure the settings to the right of the list (described below). The panel displays a section for each column.

FieldName

Name of the field to be used.

Title

Name to be shown on the component.

Image

Select a resource image to display.

Preview

Read-only display of selected image.


Runtime Execution 

In Runtime, the control has embedded controls to allow the Operator to modify the view.


In this section:

  • No labels