DashboardGeospatialNullSymbolStyle

data class DashboardGeospatialNullSymbolStyle(val fillColor: String? = null, val strokeColor: String? = null, val strokeWidth: Double? = null)

Constructors

Link copied to clipboard
constructor(fillColor: String? = null, strokeColor: String? = null, strokeWidth: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fillColor: String? = null

The color and opacity values for the fill color.

Link copied to clipboard
val strokeColor: String? = null

The color and opacity values for the stroke color.

Link copied to clipboard
val strokeWidth: Double? = null

The width of the border stroke.