Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CalloutMarkerState

Represents the state of a CalloutMarker.

Hierarchy

Index

Properties

bgColor

bgColor: string

Background (fill) color.

color

color: string

Font color.

containerTransformMatrix

containerTransformMatrix: ITransformMatrix

Transofrmation matrix for the marker's container.

fontFamily

fontFamily: string

Font family.

height

height: number

Marker's height.

left

left: number

x coordinate of the top-left corner.

Optional notes

notes: string

Additional information about the marker.

padding

padding: number

Padding inside the control's rectangle.

rotationAngle

rotationAngle: number

Marker's rotation angle.

state

Current editing state/status.

text

text: string

Marker's text content.

tipPosition

tipPosition: IPoint

Position of the callout tip.

top

top: number

y coordinate of the top-left corner.

typeName

typeName: string

Marker's type name.

visualTransformMatrix

visualTransformMatrix: ITransformMatrix

Transformation matrix for the marker's visual.

width

width: number

Marker's width.

Optional wrapText

wrapText: boolean

If true, text wrapping logic will be applied.

Generated using TypeDoc