blob: 1c5d9d27484cd01b5789170792fc82b7fbabb58d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>StyledComponent.minWidth - 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">StyledComponent</a> / <a href="./min-width.html">minWidth</a><br/>
<br/>
<h1>minWidth</h1>
<a name="pl.treksoft.kvision.core.StyledComponent$minWidth"></a>
<code><span class="keyword">var </span><span class="identifier">minWidth</span><span class="symbol">: </span><a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span></code>
<p>Minimal width of the current component.</p>
<p><strong>Getter</strong><br/>
<p>Minimal width of the current component.</p>
</p>
<p><strong>Setter</strong><br/>
<p>Minimal width of the current component.</p>
</p>
</BODY>
</HTML>
|