new GraphicExpander()
MEMBERS
-
expandableAreaBottom :number
-
Value that defines the bottom bound of the portion of the GraphicObject that will be affected by this GraphicExpander. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- 0
-
expandableAreaLeft :number
-
Value that defines the left bound of the portion of the GraphicObject that will be affected by this GraphicExpander. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- 0
-
expandableAreaRight :number
-
Value that defines the right bound of the portion of the GraphicObject that will be affected by this GraphicExpander. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- 0
-
expandableAreaTop :number
-
Value that defines the top bound of the portion of the GraphicObject that will be affected by this GraphicExpander. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- 0
-
expandableWidth :number
-
Value that determines the portion of the GraphicObject that will be affected by this GraphicExpander. This property is only applicable if the 'symmetric' property is true.
- Default Value:
- 0
-
expandableWidth :number
-
Value that determines the portion of the GraphicObject that will be affected by this GraphicExpander. This property is only applicable if the 'symmetric' property is true.
- Default Value:
- 0
-
expandedAreaBottom :number
-
Value that determines where the bottom bound of the expansion area will be after the expansion. Set this value to stretch or shrink the associated GraphicObject's bottom side. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- -50
-
expandedAreaLeft :number
-
Value that determines where the left bound of the expansion area will be after the expansion. Set this value to stretch or shrink the associated GraphicObject's left side. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- -50
-
expandedAreaRight :number
-
Value that determines where the right bound of the expansion area will be after the expansion. Set this value to stretch or shrink the associated GraphicObject's right side. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- 50
-
expandedAreaTop :number
-
Value that determines where the top bound of the expansion area will be after the expansion. Set this value to stretch or shrink the associated GraphicObject's top side. This property is only applicable if the 'symmetric' property is false.
- Default Value:
- 50
-
expandedHeight :number
-
The expanded height of the GraphicExpander. Set this value to stretch or shrink the associated GraphicObject vertically. This property is only applicable if the 'symmetric' property is true.
- Default Value:
- 100
-
expandedWidth :number
-
The expanded width of the GraphicExpander. Set this value to stretch or shrink the associated GraphicObject horizontally. This property is only applicable if the 'symmetric' property is true.
- Default Value:
- 100
-
inheritedTypes :object
-
Dictionary object listing all of the types this object is compatible with.
-
symmetric :boolean
-
Flag determining if the GraphicExpander's expandable area and expanded area are both in the middle of the GraphicObject. When this value is true, the interface to configure the GraphicExpander includes expandableWidth, expandableHeight, expandedWidth, and expandedHeight. When this value is false, the interface to configure the GraphicExpander includes expandableAreaLeft, expandableAreaRight, expandableAreaBottom, expandableAreaTop, expandedAreaLeft, expandedAreaRight, expandedAreaBottom, and expandedAreaTop.
-
type :string
-
Type identifier.
METHODS
-
dispose()
-
Removes and destroys the GraphicExpander, restoring the original Geometry if possible.