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


AnchorContainerElement

The AnchorContainer can be used to lay out children via absolute or constraint positioning.
This container uses children's styles X, Y, Width, Height, PercentWidth, PercentHeight,
Top, Bottom, Left, Right, HorizontalCenter, VerticalCenter, MinWidth, MaxWidth, MinHeight, and MaxHeight.
Nesting containers is the best way to quickly and simply build complex layouts.
X, Y, Width, and Height will override other styles with the same priority.
Higher priority styles always override lower priority styles. For example, setting "PercentWidth" via setStyle()
will override a "Width" style set via StyleDefinition. See CanvasElement getStyle() for priority chain info.
Elements Z index is determined by the order they are added (child index).
You may use styles such as Top and Bottom in conjunction to relatively size elements.
You may also combine styles such as Left or X and PercentWidth. Most styles are combine-able unless
they are in direct conflict with each other such as having a Left, Right, and Width which under
this scenario the Right style will be ignored. Exact behavior of conflicting styles is not defined
and subject to change.

Inheritance:     AnchorContainerElement ➞ ContainerBaseElementCanvasElementStyleableBaseStyleDefinitionEventDispatcher ➞ Object

Styles
Show Inherited


Events
Show Inherited


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


Internal Members
Show Inherited


Internal Functions
Show Inherited