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 ActiveShape object with specified properties.

    Declaration

    Swift

    public init(fillColor: Color? = nil, opacity: Double? = nil)

    Parameters

    fillColor

    Sets the color filling the active shape’ interior.

    opacity

    Sets the opacity of the active shape.