diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-resize/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-resize/index.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/api/pl.treksoft.kvision.core/-resize/index.html b/api/pl.treksoft.kvision.core/-resize/index.html deleted file mode 100644 index ff892d1a..00000000 --- a/api/pl.treksoft.kvision.core/-resize/index.html +++ /dev/null @@ -1,61 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Resize - 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">Resize</a><br/> -<br/> -<h1>Resize</h1> -<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Resize</span></code> -<p>Definitions of CSS resize options.</p> -<h3>Enum Values</h3> -<table> -<tbody> -<tr> -<td> -<p><a href="-n-o-n-e.html">NONE</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-b-o-t-h.html">BOTH</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-h-o-r-i-z-o-n-t-a-l.html">HORIZONTAL</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-v-e-r-t-i-c-a-l.html">VERTICAL</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-i-n-i-t-i-a-l.html">INITIAL</a></p> -</td> -<td> -</td> -</tr> -<tr> -<td> -<p><a href="-i-n-h-e-r-i-t.html">INHERIT</a></p> -</td> -<td> -</td> -</tr> -</tbody> -</table> -</BODY> -</HTML> |