Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectangleDrawingOptions

RectangleDrawingOptions is an interface that contains options for drawing boxes

example



var rectangleDrawingOptions = { repeatMode: false, metric: false, shapeOptions: { color: "#FF0000" } };

Hierarchy

  • RectangleDrawingOptions

Implemented by

Index

Properties

metric

metric: boolean

repeatMode

repeatMode: boolean

shapeOptions

shapeOptions: GraphicOptions