From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.core/-border/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-border/index.html') diff --git a/api/pl.treksoft.kvision.core/-border/index.html b/api/pl.treksoft.kvision.core/-border/index.html index f0406d48..265b0006 100644 --- a/api/pl.treksoft.kvision.core/-border/index.html +++ b/api/pl.treksoft.kvision.core/-border/index.html @@ -18,11 +18,11 @@

<init>

-Border(width: CssSize? = null, style: BorderStyle? = null) +Border(width: CssSize? = null, style: BorderStyle? = null)

Creates CSS Border with given width and style.

-Border(width: CssSize? = null, style: BorderStyle? = null, color: Int) +Border(width: CssSize? = null, style: BorderStyle? = null, color: Int)

Creates CSS Border with given width, style and color given in hex format.

-Border(width: CssSize? = null, style: BorderStyle? = null, color: Col) +Border(width: CssSize? = null, style: BorderStyle? = null, color: Col)

Creates CSS Border with given width, style and color given with named constant.

-- cgit