4.599 Panel
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel, IInputElement | |
Panel | |
Canvas DockPanel Grid StackPanel TabPanel ToolBarOverflowPanel UniformGrid VirtualizingPanel WrapPanel | |
(usage) |
None. |
(description) |
A base type for all panel elements and used to position and arrange child objects. |
[is default constructible] |
false |
[content property] |
Children |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Background |
Brush |
(description) |
A Brush that is used to fill the area between the borders of a Panel. |
Children |
UIElementCollection |
(description) |
A UIElementCollection of child elements of this Panel. |
[read only] |
true |
IsItemsHost |
x:Boolean |
(description) |
A value that indicates that this Panel is a container for user interface (UI) items that are generated by an ItemsControl. |
(attachable properties) |
|
Panel.ZIndex |
x:Int32 |
(description) |
A value that represents the order on the z-plane in which an element appears. |
[target type] |
UIElement |