diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-bg-repeat')
5 files changed, 103 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-bg-repeat/-n-o-r-e-p-e-a-t.html b/api/pl.treksoft.kvision.core/-bg-repeat/-n-o-r-e-p-e-a-t.html new file mode 100644 index 00000000..da2ec9e9 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-bg-repeat/-n-o-r-e-p-e-a-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BgRepeat.NOREPEAT - 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> / <a href="./-n-o-r-e-p-e-a-t.html">NOREPEAT</a><br/> +<br/> +<h1>NOREPEAT</h1> +<a name="pl.treksoft.kvision.core.BgRepeat.NOREPEAT"></a> +<code><span class="identifier">NOREPEAT</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-x.html b/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-x.html new file mode 100644 index 00000000..9f148106 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-x.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BgRepeat.REPEATX - 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> / <a href="./-r-e-p-e-a-t-x.html">REPEATX</a><br/> +<br/> +<h1>REPEATX</h1> +<a name="pl.treksoft.kvision.core.BgRepeat.REPEATX"></a> +<code><span class="identifier">REPEATX</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-y.html b/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-y.html new file mode 100644 index 00000000..a5a2101c --- /dev/null +++ b/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-y.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BgRepeat.REPEATY - 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> / <a href="./-r-e-p-e-a-t-y.html">REPEATY</a><br/> +<br/> +<h1>REPEATY</h1> +<a name="pl.treksoft.kvision.core.BgRepeat.REPEATY"></a> +<code><span class="identifier">REPEATY</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t.html b/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t.html new file mode 100644 index 00000000..e83653d0 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BgRepeat.REPEAT - 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> / <a href="./-r-e-p-e-a-t.html">REPEAT</a><br/> +<br/> +<h1>REPEAT</h1> +<a name="pl.treksoft.kvision.core.BgRepeat.REPEAT"></a> +<code><span class="identifier">REPEAT</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-bg-repeat/index.html b/api/pl.treksoft.kvision.core/-bg-repeat/index.html new file mode 100644 index 00000000..83b1a1bd --- /dev/null +++ b/api/pl.treksoft.kvision.core/-bg-repeat/index.html @@ -0,0 +1,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> |