Namespaces | |
| PowerUI | |
| The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering. | |
Constant Groups | |
| PowerUI | |
| The PowerUI namespace manages almost everything to do with PowerUI such as html, css and it's rendering. | |
Enumerations | |
| enum | PowerUI.MarqueeDirection : int { PowerUI.MarqueeDirection.Down =1, PowerUI.MarqueeDirection.Up =2, PowerUI.MarqueeDirection.Right =3, PowerUI.MarqueeDirection.Left =4 } |
| Represents which direction a marquee scrolls in. Numbered such that certain values can be quickly found: less than 3 means it's vertical. Odd means it travels in the opposite direction to a normal scroll. More... | |