isPosFixed property
Flag indicating whether the position of the ruler is fixed.
This boolean value tracks whether the ruler's position is fixed (i.e., not scrollable). It can be used to determine if the ruler should respond to user gestures, such as scrolling or dragging.
Implementation
bool isPosFixed = false;