| Property | Description |
|---|
| Alpha | Gets or sets the transparency value for the VisualElement. (Inherited from VisualElement) |
| Angle | Gets or sets the rotation angle of the VisualElement. (Inherited from VisualElement) |
| Bottom | Gets the distance, in pixels, between the bottom edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| Bounds | Gets the size and location, in pixels, of the VisualElement's bounding box relative to the parent Visual object. (Inherited from VisualElement) |
| Color | Gets or sets the Color of the HtmlText. |
| Font | Gets or sets the Font of the HtmlText. |
| Handle | Gets the native Flash handle that the VisualElement is bound to. (Inherited from VisualElement) |
| Height | Gets or sets the height of the HtmlText. |
| Html | Gets or sets the html text of the HtmlText object. |
| IsDisposed | Gets a value indicating whether the VisualElement has been disposed of. (Inherited from VisualElement) |
| IsMask | Gets a value indicating whether the VisualElement is a Mask. (Inherited from VisualElement) |
| Left | Gets the distance, in pixels, between the left edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| Mask | Gets or sets the Mask of the VisualElement. (Inherited from VisualElement) |
| Parent | Gets the parent Visual of the VisualElement. (Inherited from VisualElement) |
| Right | Gets the distance, in pixels, between the right edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| ScaleX | Gets or sets the scale to resize the current VisualElement horizontally. (Inherited from VisualElement) |
| ScaleXY | Sets the scale to resize the current VisualElement. (Inherited from VisualElement) |
| ScaleY | Gets or sets the scale to resize the current VisualElement vertically. (Inherited from VisualElement) |
| Size | Gets or sets the size of the HtmlText. |
| Top | Gets the distance, in pixels, between the top edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| Visible | Gets or sets a value indicating whether the VisualElement is displayed. (Inherited from VisualElement) |
| Width | Gets or sets the width of the HtmlText. |
| X | Gets or sets the horizontal coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement) |
| Y | Gets or sets the vertical coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement) |