# Siticone GaugeClock

- [Value Hand Customization](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/value-hand-customization.md): This feature allows developers to customize the appearance and animation of the gauge’s value hand, including the central knob and its associated shadow, gradient, and border effects.
- [Core Appearance & Theme](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/core-appearance-and-theme.md): This feature allows developers to set the overall visual appearance and thematic styling of the gauge, including the application of preconfigured themes and the customization of key color elements.
- [Typography & Labeling](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/typography-and-labeling.md): This feature allows developers to customize the fonts, styles, and sizes for the gauge’s primary numeric value and its accompanying scale labels.
- [Gauge Configuration & Value Range](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/gauge-configuration-and-value-range.md): This feature allows developers to define the numerical range for the gauge and configure its appearance—including value, minimum and maximum values, and the colors and thickness of the gauge’s arc.
- [3D Effects and Metallic Appearance](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/3d-effects-and-metallic-appearance.md): Allows developers to enhance the visual depth of the gauge by enabling 3D rendering and metallic effects, which include adjustable rim thickness, bevel depth, and a glass effect with adjustable gloss
- [Visual Effects and Enhancements](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/visual-effects-and-enhancements.md): This feature enriches the gauge with additional visual effects that enhance depth and visual appeal by adding shadows, reflections, neon glows, textures, and dynamic lighting overlays.
- [Gradient Customization](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/gradient-customization.md): This feature lets you enable a gradient fill on the gauge and, if desired, use a custom gradient by providing an array of colors and corresponding position stops.
- [Display & Format Options](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/display-and-format-options.md): This feature allows you to control the on-screen presentation and formatting of the gauge’s value and related information, such as tooltip text and displayed numeric value styling.
- [Scale and Tick Mark Configuration](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/scale-and-tick-mark-configuration.md): This feature allows you to configure the gauge’s scale and tick marks, including the number of major and minor ticks, the length of these ticks, and the colors used for both the tick marks, etc.
- [Animation & Interaction](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/animation-and-interaction.md): This feature enables the gauge to animate value changes with smooth transitions while also supporting interactive behavior, allowing users to adjust the displayed value by clicking or dragging, etc.
- [Export/Import and Context Menu Options](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/export-import-and-context-menu-options.md): This feature offers built-in context menu items that allow users to save the gauge as an image, copy it to the clipboard, export the gauge settings as JSON (with optional encryption), import, etc.
- [Section Management](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/section-management.md): This feature allows you to manage visual sections on the gauge by adding, removing, or clearing GaugeSection objects, which visually indicate specific value ranges on the gauge.
- [Events and Callbacks](https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock/events-and-callbacks.md): Allows developers to integrate custom logic or update other parts of the application in response to changes in the gauge’s state, etc.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-siticoneframework.gitbook.io/home/net-framework-or-net-core-ui/gauges-and-measurement/siticone-gaugeclock.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
