UI_FontDeltaSize (Enums)
Last changed: anonymous

.
Summary
Specifies values that identify whether the font size of a highlighted text run should be incremented or decremented.

C# Definition:

    [Serializable]
    public enum UI_FontDeltaSize
    {
    Grow = 0,
    Shrink = 1,
    }

Notes:

None.

Documentation