Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties that define how an icon is interpreted.

Hierarchy

Index

Properties

flipHorizontal?: boolean

If true, the supplied icon will be drawn horizontally flipped. Default is false.

flipVertical?: boolean

If true, the supplied icon will be drawn vertically flipped. Default is false.

preserveAspect?: boolean

If true, the supplied icon will be displayed with its original aspect ratio instead of being scaled to fit a square. Default is false.

preserveColor?: boolean

If true, the supplied icon will be displayed with its original color instead of being filled in white/black. Default is false.

Generated using TypeDoc