The standard 'screen' media type.
|
| ReflowDocument | Document |
| | The document that this is for (if any). More...
|
| |
| Dictionary< string, Css.Value > | Features =new Dictionary<string,Css.Value>() |
| | This media types features. More...
|
| |
| void | Ready (ReflowDocument document) |
| |
| Css.Value | this[string property] [get, set] |
| |
| virtual int | Width [get, set] |
| | Screen width. More...
|
| |
| virtual int | Height [get, set] |
| | Screen height. More...
|
| |
| virtual bool | Landscape [get, set] |
| | Is the screen landscape? More...
|
| |
| virtual int | Resolution [get, set] |
| | The resolution of the device. More...
|
| |
| virtual int | Color [get, set] |
| | The color depth. More...
|
| |
| virtual int | ColorIndex [get, set] |
| | The colour index (applies to lookup based devices only). More...
|
| |
| virtual int | Monochrome [get, set] |
| | Monochrome device bit depth. More...
|
| |
| virtual string | Scan [get, set] |
| | The scanline format of a screen (usually a TV). progressive or interlace. More...
|
| |
| virtual int | Grid [get, set] |
| | Is this device grid based? More...
|
| |