GOA - System.Drawing.TextElement

TextElement Class


Represents a text.

Definition

public class TextElement: VisualElement, ICloneable

Members Table

MethodDescription
ApplyFilterApplies a Filter to the VisualElement. (Inherited from VisualElement)
ApplyFiltersApplies a collection of Filter to the VisualElement. (Inherited from VisualElement)
ClearFiltersRemoves all the filters applied to the VisualElement. (Inherited from VisualElement)
CloneCreates a duplicate of this TextElement.
DisposeOverriden. Destroys the VisualElement and all its children.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
TextElementOverloaded. Initializes a new instance of TextElement.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
AlignmentGets or sets the alignment of the TextElement on the drawing surface.
AlphaGets or sets the transparency value for the VisualElement. (Inherited from VisualElement)
AngleGets or sets the rotation angle of the VisualElement. (Inherited from VisualElement)
BottomGets 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)
BoundsGets the size and location, in pixels, of the VisualElement's bounding box relative to the parent Visual object. (Inherited from VisualElement)
ColorGets or sets the Color of the TextElement.
FontGets or sets the Font of the TextElement.
HandleGets the native Flash handle that the VisualElement is bound to. (Inherited from VisualElement)
HeightOverriden. Gets or sets the height, in pixels, of the VisualElement's bounding box.
IsDisposedGets a value indicating whether the VisualElement has been disposed of. (Inherited from VisualElement)
IsMaskGets a value indicating whether the VisualElement is a Mask. (Inherited from VisualElement)
LeftGets 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)
MaskGets or sets the Mask of the VisualElement. (Inherited from VisualElement)
ParentGets the parent Visual of the VisualElement. (Inherited from VisualElement)
RightGets 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)
ScaleXGets or sets the scale to resize the current VisualElement horizontally. (Inherited from VisualElement)
ScaleXYSets the scale to resize the current VisualElement. (Inherited from VisualElement)
ScaleYGets or sets the scale to resize the current VisualElement vertically. (Inherited from VisualElement)
SizeGets or sets the size of the TextElement.
TextGets or sets the text of the TextElement.
TextBoundsGets the bounds of the text of the TextElement.
TopGets 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)
VisibleGets or sets a value indicating whether the VisualElement is displayed. (Inherited from VisualElement)
WidthOverriden. Gets or sets the width, in pixels, of the VisualElement's bounding box.
WordWrapGets or sets a value indicating whether the TextElement uses the word-wrap property.
XGets or sets the horizontal coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)
YGets or sets the vertical coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)

Inheritance Hierarchy

Object
VisualElement
TextElement

Class Information

NamespaceSystem.Drawing
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.