Back to Website
Show / Hide Table of Contents

Interface IEllipseItemData

A structure defining the default parameters of ellipses.

Inheritance
IItemData
IShapeItemData
IEllipseItemData
Package: @aurigma/design-atoms-interfaces
Remarks

You can apply these parameters to the ellipse object through either **clientConfig.json** or IConfiguration.

Examples
{
   "defaultItemsConfig": {
       "ellipse": {
           "borderWidth": 2,
           "borderColor": "rgba(155,0,0,0.55)",
           "textWrappingMode": "tight",
           "shapePermissions": {
               "allowChangeBorderWidth": false
           },
           "location": {
               "x": "50%", "y": "0%",
               "originX": "right",
               "originY": "top"
           }
       }
   }
}
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback