public final class UIViewContentMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Bottom |
static long |
BottomLeft |
static long |
BottomRight |
static long |
Center
contents remain same size.
|
static long |
Left |
static long |
Redraw
redraw on bounds change (calls -setNeedsDisplay)
|
static long |
Right |
static long |
ScaleAspectFill
contents scaled to fill with fixed aspect.
|
static long |
ScaleAspectFit
contents scaled to fit with fixed aspect.
|
static long |
ScaleToFill |
static long |
Top |
static long |
TopLeft |
static long |
TopRight |
public static final long ScaleToFill
public static final long ScaleAspectFit
public static final long ScaleAspectFill
public static final long Redraw
public static final long Center
public static final long Top
public static final long Bottom
public static final long Left
public static final long Right
public static final long TopLeft
public static final long TopRight
public static final long BottomLeft
public static final long BottomRight