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