Hierarchy

  • StiSvgData

Index

Properties

Accessors

Properties

component

component: StiComponent

Accessors

bottom

  • get bottom(): number
  • Bottom (Y + Height) coordinate of the border.

    Returns number

height

  • get height(): number
  • set height(value: number): void
  • Height of the border.

    Returns number

  • Height of the border.

    Parameters

    • value: number

    Returns void

right

  • get right(): number
  • Right (X + Width) coordinate of the border.

    Returns number

width

  • get width(): number
  • set width(value: number): void
  • Width of the border.

    Returns number

  • Width of the border.

    Parameters

    • value: number

    Returns void

x

  • get x(): number
  • set x(value: number): void
  • X coordinate of the border.

    Returns number

  • X coordinate of the border.

    Parameters

    • value: number

    Returns void

y

  • get y(): number
  • set y(value: number): void
  • Y coordinate of the border.

    Returns number

  • Y coordinate of the border.

    Parameters

    • value: number

    Returns void

Generated using TypeDoc