setMirrorRTL()
Sets whether this icon should be mirrored in RTL mode.
setMirrorRTL(mirror?: boolean): this;
Parameters
- mirror — True to mirror the icon in RTL mode; defaults to true.
Return value
The icon instance, for method chaining.
Related
class UIIconResource
A class that represents icon source content.
