The TCircularPanel implements a custom navigation tool, where the options are placed around a main circle.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Requirements
This components component is WPF-only, therefore, it runs only on on Windows, on 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. | Select an object to represent the selected value. | SelectedIndex | Select an object to represent the selected index. |
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:
Page Tree | ||||
---|---|---|---|---|
|