| Property | Defined By |
---|
|  | alpha : Number
The level of transparency of the graphic element. | GraphicElement |
|  | alwaysCreateDisplayObject : Boolean
Specifies that this GraphicElement is to be associated with and be rendered
to its own DisplayObject. | GraphicElement |
|  | baseline : Object
The vertical distance in pixels from the anchor target to
the control's baseline position. | GraphicElement |
|  | baselinePosition : Number [read-only]
The y-coordinate of the baseline
of the first line of text of the component. | GraphicElement |
|  | blendMode : String
A value from the BlendMode class that specifies which blend mode to use. | GraphicElement |
|  | bottom : Object
The vertical distance in pixels from the bottom edge of the component to the
anchor target's bottom edge. | GraphicElement |
| | bottomLeftRadiusX : Number
The x radius of the bottom left corner of the rectangle. | Rect |
| | bottomLeftRadiusY : Number
The y radius of the bottom left corner of the rectangle. | Rect |
| | bottomRightRadiusX : Number
The x radius of the bottom right corner of the rectangle. | Rect |
| | bottomRightRadiusY : Number
The y radius of the bottom right corner of the rectangle. | Rect |
|  | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object |
|  | depth : Number
Determines the order in which items inside of containers
are rendered. | GraphicElement |
|  | designLayer : DesignLayer
Specifies the optional DesignLayer instance associated with this visual
element. | GraphicElement |
|  | displayObject : DisplayObject [read-only]
The shared DisplayObject where this
IGraphicElement is drawn. | GraphicElement |
|  | displayObjectSharingMode : String
Indicates the association between this IGraphicElement and its
display objects. | GraphicElement |
|  | explicitHeight : Number
Number that specifies the explicit height of the component,
in pixels, in the component's coordinates. | GraphicElement |
|  | explicitMaxHeight : Number
The maximum recommended height of the component to be considered
by the parent during layout. | GraphicElement |
|  | explicitMaxWidth : Number
The maximum recommended width of the component to be considered
by the parent during layout. | GraphicElement |
|  | explicitMinHeight : Number
The minimum recommended height of the component to be considered
by the parent during layout. | GraphicElement |
|  | explicitMinWidth : Number
The minimum recommended width of the component to be considered
by the parent during layout. | GraphicElement |
|  | explicitWidth : Number
Number that specifies the explicit width of the component,
in pixels, in the component's coordinates. | GraphicElement |
|  | fill : IFill
The object that defines the properties of the fill. | FilledElement |
|  | filters : Array
An indexed array that contains each filter object currently associated with the graphic element. | GraphicElement |
|  | hasLayoutMatrix3D : Boolean [read-only]
Contains true if the element has 3D Matrix. | GraphicElement |
|  | height : Number
The height of the graphic element. | GraphicElement |
|  | horizontalCenter : Object
The horizontal distance in pixels from the center of the component to the
center of the anchor target's content area. | GraphicElement |
|  | id : String
The identity of the component. | GraphicElement |
|  | includeInLayout : Boolean
Specifies whether this element is included in the layout of the parent. | GraphicElement |
|  | is3D : Boolean [read-only]
Contains true when the element is in 3D. | GraphicElement |
|  | layoutDirection : String
Specifies the desired layout direction for an element: one of LayoutDirection.LTR
(left to right), LayoutDirection.RTL (right to left), or null (inherit). | GraphicElement |
|  | left : Object
The horizontal distance in pixels from the left edge of the component to the
anchor target's left edge. | GraphicElement |
|  | luminosityClip : Boolean
A property that controls whether the luminosity
mask clips the masked content. | GraphicElement |
|  | luminosityInvert : Boolean
A property that controls the calculation of the RGB
color value of a graphic element being masked by
a luminosity mask. | GraphicElement |
|  | mask : DisplayObject
The calling display object is masked by the specified mask object. | GraphicElement |
|  | maskType : String
Defines how the mask is applied to the GraphicElement.
The possible values are MaskType.CLIP, MaskType.ALPHA, and
MaskType.LUMINOSITY.
Clip Masking
When masking in clip mode, a clipping masks is reduced to 1-bit. | GraphicElement |
|  | maxHeight : Number
The maximum recommended height of the component to be considered
by the parent during layout. | GraphicElement |
|  | maxWidth : Number
The maximum recommended width of the component to be considered
by the parent during layout. | GraphicElement |
|  | measuredHeight : Number
The default height of the component, in pixels. | GraphicElement |
|  | measuredWidth : Number
The default width of the component, in pixels. | GraphicElement |
|  | measuredX : Number
The default measured bounds top-left corner relative to the origin of the element. | GraphicElement |
|  | measuredY : Number
The default measured bounds top-left corner relative to the origin of the element. | GraphicElement |
|  | minHeight : Number
The minimum recommended height of the component to be considered
by the parent during layout. | GraphicElement |
|  | minWidth : Number
The minimum recommended width of the component to be considered
by the parent during layout. | GraphicElement |
|  | owner : DisplayObjectContainer
The owner of this IVisualElement object. | GraphicElement |
|  | parent : DisplayObjectContainer [read-only]
The parent container or component for this component. | GraphicElement |
|  | percentHeight : Number
Specifies the height of a component as a percentage
of its parent's size. | GraphicElement |
|  | percentWidth : Number
Specifies the width of a component as a percentage
of its parent's size. | GraphicElement |
|  | postLayoutTransformOffsets : mx.geom:TransformOffsets
Defines a set of adjustments that can be applied to the object's
transform in a way that is invisible to its parent's layout. | GraphicElement |
| | radiusX : Number
The default corner radius to use for the x axis on all corners. | Rect |
| | radiusY : Number
The default corner radius to use for the y axis on all corners. | Rect |
|  | right : Object
The horizontal distance in pixels from the right edge of the component to the
anchor target's right edge. | GraphicElement |
|  | rotation : Number
Indicates the rotation of the element, in degrees,
from the transform point. | GraphicElement |
|  | rotationX : Number
Indicates the x-axis rotation of the element instance, in degrees, from its original orientation
relative to the 3D parent container. | GraphicElement |
|  | rotationY : Number
Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation
relative to the 3D parent container. | GraphicElement |
|  | rotationZ : Number
Indicates the rotation of the element, in degrees,
from the transform point. | GraphicElement |
|  | scaleX : Number
The horizontal scale (percentage) of the element
as applied from the transform point. | GraphicElement |
|  | scaleY : Number
The vertical scale (percentage) of the element
as applied from the transform point. | GraphicElement |
|  | scaleZ : Number
The z scale (percentage) of the element
as applied from the transform point. | GraphicElement |
|  | stroke : IStroke
The stroke used by this element. | StrokedElement |
|  | top : Object
The vertical distance in pixels from the top edge of the component to the
anchor target's top edge. | GraphicElement |
| | topLeftRadiusX : Number
The x radius of the top left corner of the rectangle. | Rect |
| | topLeftRadiusY : Number
The y radius of the top left corner of the rectangle. | Rect |
| | topRightRadiusX : Number
The x radius of the top right corner of the rectangle. | Rect |
| | topRightRadiusY : Number
The y radius of the top right corner of the rectangle. | Rect |
|  | transform : flash.geom:Transform
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds. | GraphicElement |
|  | transformX : Number
The x position transform point of the element. | GraphicElement |
|  | transformY : Number
The y position transform point of the element. | GraphicElement |
|  | transformZ : Number
The z position transform point of the element. | GraphicElement |
|  | verticalCenter : Object
The vertical distance in pixels from the center of the component to the
center of the anchor target's content area. | GraphicElement |
|  | visible : Boolean
Controls the visibility of this visual element. | GraphicElement |
|  | width : Number
The width of the graphic element. | GraphicElement |
|  | x : Number
The x position of the graphic element. | GraphicElement |
|  | y : Number
The y position of the graphic element. | GraphicElement |
|  | z : Number
The z position of the graphic element. | GraphicElement |