Dynamic Icons Scripting Reference - v1.3.0
    Preparing search index...

    Enumeration DrawDirectionConst

    Progress bar incremental direction.

    Index

    Enumeration Members

    Enumeration Members

    Normal: 0

    Left to right or bottom to top.

    Reverse: 1

    Right to left or top to bottom.

    Center: 2

    Draw from center in both directions at the same time.

    CenterAuto: 3

    Draw from center with direction depending on current value's sign, towards left/bottom for negative values or to right/top for positive ones. TODO