blob: 83b1a1bdaf5f8fc1160566f9048a4403971d7531 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>BgRepeat - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="./index.html">BgRepeat</a><br/>
<br/>
<h1>BgRepeat</h1>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BgRepeat</span></code>
<p>Definitions of CSS background repeat options.</p>
<h3>Enum Values</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-r-e-p-e-a-t.html">REPEAT</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<p><a href="-r-e-p-e-a-t-x.html">REPEATX</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<p><a href="-r-e-p-e-a-t-y.html">REPEATY</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<p><a href="-n-o-r-e-p-e-a-t.html">NOREPEAT</a></p>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|