Package apple.uikit.enums
Class UIImageSymbolScale
- java.lang.Object
-
- apple.uikit.enums.UIImageSymbolScale
-
public final class UIImageSymbolScale extends java.lang.Object-- symbol images size
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultuse the system default sizestatic longLargestatic longMediumstatic longSmallstatic longUnspecifiedallow the system to pick a size based on the context
-
-
-
Field Detail
-
Default
public static final long Default
use the system default size- See Also:
- Constant Field Values
-
Unspecified
public static final long Unspecified
allow the system to pick a size based on the context- See Also:
- Constant Field Values
-
Small
public static final long Small
- See Also:
- Constant Field Values
-
Medium
public static final long Medium
- See Also:
- Constant Field Values
-
Large
public static final long Large
- See Also:
- Constant Field Values
-
-