Class BorderStyle

  • BorderStyle is a class representing a complete border style for widgets.

  • BorderStyle enums are accessed through the parent class, name, and property.

  • The BorderStyle class includes methods to set the corner radius, stroke color, and type of the border.

BorderStyle

A class that represents a complete border style that can be applied to widgets.

To call an enum, you call its parent class, name, and property. For example, CardService.BorderStyle.NO_BORDER .

Methods

Method Return type Brief description
Border Style Sets the corner radius of the border, for example 8.
Border Style Sets the color of the border.
Border Style Sets the type of the border.

Detailed documentation

setCornerRadius(radius)

Sets the corner radius of the border, for example 8.

Parameters

Name Type Description
radius
Integer The corner radius to be applied to the border.

Return

BorderStyle — This object, for chaining.


setStrokeColor(color)

Sets the color of the border.

Parameters

Name Type Description
color
String The color in #RGB format to be applied to the border.

Return

BorderStyle — This object, for chaining.


setType(type)

Sets the type of the border.

Parameters

Name Type Description
type
Border Type The border type.

Return

BorderStyle — This object, for chaining.

Create a Mobile Website
View Site in Mobile | Classic
Share by: