class UIIconResource
An object that represents an icon that can be used on labels or buttons.
class UIIconResource
Constructor
- constructor(content)Creates a new icon object.
Instance Members
- setMirrorRTL()Indicate that this icon should be mirrored in RTL mode.
- isMirrorRTL()True if this icon should be mirrored in RTL mode.
- toString()Returns the icon content string, i.e. SVG, HTML, or plain text.