Class describes a border.

Hierarchy

  • StiSimpleShadow

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Parameters

    • Optional color: Color
    • Optional location: Point
    • Optional size: number
    • Optional visible: boolean

    Returns StiSimpleShadow

Properties

color

color: Color = StiColor.get("#44222222")

Gets or sets a shadow color.

visible

visible: boolean = false

Gets or sets value which indicates that shadow is visible or not.

Accessors

location

  • get location(): Point
  • set location(value: Point): void
  • Returns Point

  • Parameters

    Returns void

size

  • get size(): number
  • set size(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

Methods

clone

  • clone(): any
  • Creates a new object that is a copy of the current instance.

    Returns any

    A new object that is a copy of this instance.

isDefault

  • isDefault(): boolean
  • Returns boolean

Static loadFromXml

Generated using TypeDoc