Classes
AddedRemovedEvent
AlertElement
AnchorContainerElement
ArrowShape
ButtonElement
CanvasElement
CanvasManager
CheckboxElement
CheckboxSkinElement
CollectionChangedEvent
CollectionSort
ColorPickerButtonElement
ColorPickerElement
ContainerBaseElement
CursorDefinition
DataGridColumnDefinition
DataGridDataRenderer
DataGridElement
DataGridHeaderColumnDividerSkinElement
DataGridHeaderElement
DataGridHeaderItemRenderer
DataGridItemData
DataGridItemRendererBase
DataGridLabelItemRenderer
DataListData
DataListElement
DataRendererBaseElement
DataRendererLabelElement
DatePickerButtonElement
DatePickerElement
DispatcherEvent
DrawMetrics
DropdownArrowButtonSkinElement
DropdownBaseElement
DropdownElement
ElementEvent
ElementGridItemClickEvent
ElementKeyboardEvent
ElementListItemClickEvent
ElementMouseEvent
ElementMouseWheelEvent
EllipseShape
EventDispatcher
FillBase
GridContainerElement
GridContainerRowColumnDefinition
ImageElement
IpInputElement
LabelElement
LinearGradientFill
ListCollection
ListContainerElement
ProgressElement
RadioButtonElement
RadioButtonSkinElement
RoundedRectangleShape
ScrollBarElement
ScrollButtonSkinElement
ShapeBase
SkinnableElement
SolidFill
StyleableBase
StyleChangedEvent
StyleData
StyleDefinition
StyleProxy
TextAreaElement
TextElement
TextFieldElement
TextInputElement
TimeInputElement
ToggleButtonElement
ToggleButtonGroup
Tween
ViewportElement


TextElement

Renders mutli-line style-able select-able text.
TextElement respects newline characters and will
wrap text when width is constrained. If only a single
line of text is needed, LabelElement is more efficient.

Inheritance:     TextElement ➞ CanvasElementStyleableBaseStyleDefinitionEventDispatcher ➞ Object

Styles
Show Inherited
Style Defined By
Multiline     :    boolean TextElement
When true, newline characters are respected and text will be rendered on multiple lines if necessary.
 
Selectable     :    boolean TextElement
When true, text can be highlighted and copied.
 
Text     :    String TextElement
Text to be rendered by the TextElement.
 
WordWrap     :    boolean TextElement
When true, text will wrap when width is constrained and will be rendered on multiple lines if necessary.
 


Events
Show Inherited


Public Functions
Show Inherited
Function Defined By
TextElement() [Constructor] TextElement
Creates new TextElement instance.
 


Internal Members
Show Inherited


Internal Functions
Show Inherited