Hide Table of Contents
Class: WorkflowAnnotationDisplayDetails

Description

The WorkflowAnnotationDisplayDetails class returns details of a workflow's annotation details.

Class hierarchy

esri.WorkflowManager.SupportClasses.WorkflowAnnotationDisplayDetails()

Properties

NameTypeSummary
centerXintThe X coordinates of the annotation object.
centerYintThe Y coordinates of the annotation object.
fillColordojo.colorThe fill color of the annotation object.
heightintThe height of the annotation.
labelstringThe annotation text.
labelColordojo.colorThe text color.
OutlineColordojo.colorThe outline color.
widthintThe width of the annotation.
Property Details

<int> centerX

The X coordinates of the annotation object.

<int> centerY

The Y coordiates of the annotation object.

<dojo.color> fillColor

The fill color of the annotation.

<int> height

The height of the annotation.

<string> label

The annotation text.

<dojo.Color> labelColor

The color of the text.

<dojo.color> outlineColor

The outline color.

<int> width

The width of the annotation.