Package apple.uikit.enums
Class UIPageControlBackgroundStyle
- java.lang.Object
-
- apple.uikit.enums.UIPageControlBackgroundStyle
-
public final class UIPageControlBackgroundStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticThe default background style that adapts based on the current interaction state.static longMinimalThe background style that shows a minimal background regardless of the interactionstatic longProminentThe background style that shows a full background regardless of the interaction
-
-
-
Field Detail
-
Automatic
public static final long Automatic
The default background style that adapts based on the current interaction state.- See Also:
- Constant Field Values
-
Prominent
public static final long Prominent
The background style that shows a full background regardless of the interaction- See Also:
- Constant Field Values
-
Minimal
public static final long Minimal
The background style that shows a minimal background regardless of the interaction- See Also:
- Constant Field Values
-
-