- alignment
ubyte alignment [@property getter]
get full alignment (both vertical and horizontal)
- alignment
ubyte alignment [@property setter]
- backgroundColor
uint backgroundColor [@property getter]
- backgroundColor
uint backgroundColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- backgroundDrawable
DrawableRef backgroundDrawable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- backgroundImageId
string backgroundImageId [@property getter]
- backgroundImageId
string backgroundImageId [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- customDrawable
string customDrawable [@property setter]
get custom drawable attribute
- customDrawableId
string customDrawableId [@property setter]
get custom drawable attribute
- font
FontRef font [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontFace
string fontFace [@property getter]
- fontFace
string fontFace [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontFamily
FontFamily fontFamily [@property getter]
- fontFamily
FontFamily fontFamily [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontItalic
bool fontItalic [@property getter]
- fontSize
ushort fontSize [@property getter]
- fontSize
ushort fontSize [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontStyle
ubyte fontStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fontWeight
ushort fontWeight [@property getter]
- fontWeight
ushort fontWeight [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- halign
ubyte halign [@property getter]
horizontal alignment: Left / HCenter / Right
- id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- layoutHeight
uint layoutHeight [@property getter]
- layoutHeight
int layoutHeight [@property setter]
- layoutWeight
uint layoutWeight [@property getter]
- layoutWeight
int layoutWeight [@property setter]
- layoutWidth
uint layoutWidth [@property getter]
- layoutWidth
int layoutWidth [@property setter]
- margins
const(Rect) margins [@property getter]
- margins
Rect margins [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- maxHeight
uint maxHeight [@property getter]
max height constraint, SIZE_UNSPECIFIED if limit is not set
- maxHeight
int maxHeight [@property setter]
set max height constraint
- maxWidth
uint maxWidth [@property getter]
max width constraint, returns SIZE_UNSPECIFIED if limit is not set
- maxWidth
int maxWidth [@property setter]
- minHeight
uint minHeight [@property getter]
minimal height constraint, 0 if limit is not set
- minHeight
int minHeight [@property setter]
set min height constraint
- minWidth
uint minWidth [@property getter]
minimal width constraint, 0 if limit is not set
- minWidth
int minWidth [@property setter]
- padding
const(Rect) padding [@property getter]
- padding
Rect padding [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- parentStyle
const(Style) parentStyle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- parentStyle
Style parentStyle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- textColor
uint textColor [@property getter]
- textColor
uint textColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- theme
const(Theme) theme [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- theme
Theme theme [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- valign
ubyte valign [@property getter]
vertical alignment: Top / VCenter / Bottom
style properties