class RtDefaultOptions

${interfaces}
RtListControl.options로 생성되는 리스트 컨트롤 기본 옵션 객체이다.
컨트롤의 portrait, landsacape, current를 이 객체 수준에서 접근할 수 있도록 하였다.
list.landscape.orientation = RtOrientation.HORIZONTAL;
// options 수준에서 접근한다.
list.options.landscape.orientation = RtOrientation.HORIZONTAL;

See Also

Properties

Inherited Properties