Skip to content

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.


1. UI Settings and Descriptions

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 height so that the knob extends past the top and bottom borders (e.g., if the bar height is 12 px, set the SLIDER RADIUS to 8 px, giving the knob a total diameter of 16 px).

Clone this wiki locally