ProjectedViewSelection
String rw backgroundColor
The background color of the receiver in hex format (e.g. blue would be "#0000FF").
boolean rw fontBold
True if font is bold.
String rw fontFace
The font family name.
boolean rw fontItalic
True if font is italic.
float rw fontSize
The point size of the font.
boolean rw fontStrikethrough
True if font is strikethrough.
boolean rw fontUnderline
True if font is underlined.
String rw foregroundColor
The foreground color of the receiver in hex format (e.g. blue would be "#0000FF").
String rw horizontalAlignment
The horizontal alignment of the receiver - one of "Left", "Right", "Center", or "Automatic".
Object rw value
When getting, returns the first value this object contains. When setting, sets all values in this object to the one given.
List<Object> ro values
The list of values this object contains.
String rw verticalAlignment
The vertical alignment of the receiver - one of "Top", "Bottom", or "Middle".