~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to test/xaml/enums/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<meta>
 
3
<title>Moonlight 1.0 Enumeration Tests</title>
 
4
</meta>
 
5
<body>
 
6
<h1>Moonlight 1.0 Enumeration Tests</h1>
 
7
 
 
8
<p>The purpose of the tests is to detect how SL 1.0 (JavaScript) reacts to bad values and, 
 
9
when they are accepted (commonly), to which value it defaults. 
 
10
This last case is important since SL applications with 'syntax' errors could behave differently on Moonlight
 
11
(e.g. being visible when they should not).</p>
 
12
 
 
13
<p><b>Enumerations</b></p>
 
14
<p>
 
15
<ul>
 
16
        <li>AlignmentX</li>
 
17
        <ul>
 
18
                <li><a href="alignmentx-imagebrush.html">AlignmentX (ImageBrush)</a></li>
 
19
                <li><a href="alignmentx-videobrush.html">AlignmentX (VideoBrush)</a></li>
 
20
        </ul>
 
21
        <li>AlignmentY</li>
 
22
        <ul>
 
23
                <li><a href="alignmenty-imagebrush.html">AlignmentY (ImageBrush)</a></li>
 
24
                <li><a href="alignmenty-videobrush.html">AlignmentY (VideoBrush)</a></li>
 
25
        </ul>
 
26
        <li>BrushMappingMode</li>
 
27
        <ul>
 
28
                <li><a href="brushmappingmode-lineargradientbrush.html">MappingMode (LinearGradientBrush)</a></li>
 
29
                <li><a href="brushmappingmode-radialgradientbrush.html">MappingMode (RadialGradientBrush)</a></li>
 
30
        </ul>
 
31
        <li>ColorInterpolationMode</li>
 
32
        <ul>
 
33
                <li>Not supported by Moonlight, see <a href="https://bugzilla.novell.com/show_bug.cgi?id=345931">bug #345931</a>
 
34
        </ul>
 
35
        <li>DeviceType</li>
 
36
        <ul>
 
37
                <li>DeviceType is only used in StylusInfo.DeviceType and is <b>read-only</b>.</li>
 
38
        </ul>
 
39
        <li>ErrorType</li>
 
40
        <ul>
 
41
                <li>ErrorType is used in ErrorEventArgs.ErrorType, ParserErrorEventArgs.ErrorType and 
 
42
                RuntimeErrorEventArgs.ErrorType and is always <b>read-only</b>.</li>
 
43
        </ul>
 
44
        <li>FillBehavior</li>
 
45
        <ul>
 
46
                <li><a href="fillbehavior-timeline.html">FillBehavior (Timeline)</a></li>
 
47
        </ul>
 
48
        <li>FillRule</li>
 
49
        <ul>
 
50
                <li><a href="fillrule-geometry.html">FillRule (Geometry)</a></li>
 
51
                <li><a href="fillrule-polygon.html">FillRule (Polygon)</a></li>
 
52
                <li><a href="fillrule-polyline.html">FillRule (Polyline)</a></li>
 
53
        </ul>
 
54
        <li>FontStretch</li>
 
55
        <ul>
 
56
                <li><a href="fontstretch-inline.html">FontStretch (Inline)</a></li>
 
57
        </ul>
 
58
        <li>FontStyle</li>
 
59
        <ul>
 
60
                <li><a href="fontstyle-inline.html">FontStyle (Inline)</a></li>
 
61
                <li><a href="fontstyle-textblock.html">FontStyle (TextBlock)</a></li>
 
62
        </ul>
 
63
        <li>FontWeight</li>
 
64
        <ul>
 
65
                <li><a href="fontweight-inline.html">FontWeight (Inline)</a></li>
 
66
                <li><a href="fontweight-textblock.html">FontWeight (TextBlock)</a></li>
 
67
        </ul>
 
68
        <li>GradientSpreadMethod</li>
 
69
        <ul>
 
70
                <li><a href="gradientspreadmethod-lineargradientbrush.html">GradientSpreadMethod (LinearGradientBrush)</a></li>
 
71
                <li><a href="gradientspreadmethod-radialgradientbrush.html">GradientSpreadMethod (RadialGradientBrush)</a></li>
 
72
        </ul>
 
73
        <li>Key</li>
 
74
        <ul>
 
75
                <li>Key is used in KeyboardEventArgs.Key and KeyboardEventArgs.PlatformKeyCode and, while it's read-write, 
 
76
                it's not used as in input in Silverlight (so invalid values does not matter).</li>
 
77
        </ul>
 
78
        <li>MediaState</li>
 
79
        <ul>
 
80
                <li>MediaState is only used in MediaElement.CurrentState and is <b>read-only</b>.</li>
 
81
        </ul>
 
82
        <li>MouseCursor</li>
 
83
        <ul>
 
84
                <li><a href="mousecursor-uielement.html">MouseCursor (UIElement)</a></li>
 
85
        </ul>
 
86
        <li>PenLineCap</li>
 
87
        <ul>
 
88
                <li><a href="penlinecap-shape.html">PenLineCap (Shape)</a></li>
 
89
        </ul>
 
90
        <li>PenLineJoin</li>
 
91
        <ul>
 
92
                <li><a href="penlinejoin-shape.html">PenLineJoin (Shape)</a></li>
 
93
        </ul>
 
94
        <li>Stretch</li>
 
95
        <ul>
 
96
                <li>Stretch (Image)</li>
 
97
                <li><a href="stretch-imagebrush.html">Stretch (ImageBrush)</a></li>
 
98
                <li>Stretch (MediaElement)</li>
 
99
                <li><a href="stretch-shape.html">Stretch (Shape)</a></li>
 
100
                <li><a href="stretch-videobrush.html">Stretch (VideoBrush)</a></li>
 
101
        </ul>
 
102
        <li>StyleSimulations</li>
 
103
        <ul>
 
104
                <li><a href="stylesimulations-glyphs.html">StyleSimulations (Glyphs)</a></li>
 
105
        </ul>
 
106
        <li>SweepDirection</li>
 
107
        <ul>
 
108
                <li><a href="sweepdirection-arcsegment.html">SweepDirection (ArcSegment)</a></li>
 
109
        </ul>
 
110
        <li>TextDecorations</li>
 
111
        <ul>
 
112
                <li><a href="textdecorations-inline.html">TextDecorations (Inline)</a></li>
 
113
                <li><a href="textdecorations-textblock.html">TextDecorations (TextBlock)</a></li>
 
114
        </ul>
 
115
        <li>TextWrapping</li>
 
116
        <ul>
 
117
                <li><a href="textwrapping-textblock.html">TextWrapping (TextBlock)</a></li>
 
118
        </ul>
 
119
        <li>Visibility</li>
 
120
        <ul>
 
121
                <!-- Shape covers: Ellipse, Line, Path, Polygon, Polyline, Rectangle -->
 
122
                <li><a href="visibility-shape.html">Visibility (Shape)</a></li>
 
123
                <li><a href="visibility-textblock.html">Visibility (TextBlock)</a></li>
 
124
                <!-- 
 
125
                        also used in Canvas, Glyphs, Image, InkPresenter and MediaElement but should be 
 
126
                        identical to previous since the Visibility property is located in UIElement
 
127
                -->
 
128
        </ul>
 
129
</ul>
 
130
</p>
 
131
 
 
132
<p>MSDN <a href="http://msdn.microsoft.com/en-us/library/bb979871.aspx">reference</a> about Silverlight 1.0 enumerations.</p>
 
133
 
 
134
</body>
 
135
</html>