Function IconSubDir.maxSize
The maximum size that the icons in this directory can be scaled to. Defaults to the value of Size if not present.
uint maxSize() pure nothrow @nogc @safe const;
Returns
The value associated with "MaxSize" key converted to an unsigned integer, or size() if the value is not present or not a number.