Link Search Menu Expand Document

Image.SymbolScale

public enum SymbolScale: Int 

Inheritance

Int

Enumeration Cases

`default`

The default scale variant that matches the system usage.

case `default`

unspecified

An unspecified scale.

case unspecified

small

The small variant of the symbol image.

case small

medium

The medium variant of the symbol image.

case medium

large

The large variant of the symbol image.

case large