Gets the value of "orientation"
String get orientation => getPropertyValue('orientation');
Sets the value of "orientation"
set orientation(String value) { setProperty('orientation', value, ''); }