From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.core/-border/-init-.html | 26 ++++-------------------- 1 file changed, 4 insertions(+), 22 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-border/-init-.html') diff --git a/api/pl.treksoft.kvision.core/-border/-init-.html b/api/pl.treksoft.kvision.core/-border/-init-.html index 7cba6fae..1100e1e0 100644 --- a/api/pl.treksoft.kvision.core/-border/-init-.html +++ b/api/pl.treksoft.kvision.core/-border/-init-.html @@ -8,33 +8,15 @@ kvision / pl.treksoft.kvision.core / Border / <init>

<init>

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

Creates CSS Border with given width and style.

-

Parameters

-

-width - width of the border

-

-style - style of the border

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

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

-

Parameters

-

-width - width of the border

-

-style - style of the border

-

-color - color in hex format

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

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

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

Type-safe definition of CSS border.

Parameters

width - width of the border

style - style of the border

-color - color named constant

+color - color of the border

-- cgit