source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/DisplayBoardPropertiesVO.as@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 379 bytes
Line 
1/* DisplayBoardPropertiesVO.as */
2
3package gov.va.med.edp.vo
4{
5 import com.adobe.cairngorm.vo.IValueObject;
6
7 [Bindable]
8 public class DisplayBoardPropertiesVO implements IValueObject
9 {
10 public var displaySize: DisplaySizeVO;
11 public var scrollDelay: int;
12 public var fontSize: int;
13 public var squish: Boolean = false;
14 public var squishFontSize: int;
15 }
16}
Note: See TracBrowser for help on using the repository browser.