-
Notifications
You must be signed in to change notification settings - Fork 1
Dynamic Bar
Özgür Yalçın edited this page Jun 20, 2026
·
1 revision
The Dynamic Status (GraphDynamicBar) layer behaves identically to a standard GraphStatuBar (linear progress bar) but includes a prominent circular indicator knob/handle (slider) at the active tip of the bar.
Since it inherits from the Status Bar, it shares all linear progress parameters, including:
- FRONT COLOR & TRACK COLOR
- GRADIENT COLOR & Use gradient
- FRONT ALPHA & BACK ALPHA
- CORNER RADIUS
- DIRECTION
It introduces one unique styling property:
-
SLIDER RADIUS (InnerCircleRadius): The radius in pixels of the circular handle knob located at the end of the progress bar.
-
Usage Tip: For standard slide effects, make this radius value larger than the bar's
heightso that the knob extends past the top and bottom borders (e.g., if the bar height is12px, set the SLIDER RADIUS to8px, giving the knob a total diameter of16px).
-
Usage Tip: For standard slide effects, make this radius value larger than the bar's