ActiveShape
public struct ActiveShape : Encodable
Undocumented
-
Sets the color filling the active shape’ interior.
Declaration
Swift
public var fillColor: Color? -
Sets the opacity of the active shape.
Declaration
Swift
public var opacity: Double? -
Creates
ActiveShapeobject with specified properties.Declaration
Swift
public init(fillColor: Color? = nil, opacity: Double? = nil)Parameters
fillColorSets the color filling the active shape’ interior.
opacitySets the opacity of the active shape.
View on GitHub
Install in Dash
ActiveShape Structure Reference