Skip to content

Layout

Name Description
Canvas Defines an area to position child elements by coordinates relative to the Canvas area.
Dock Specifies where a chart control will be docked inside the DockPanel.
DockPanel Defines the area where you can arrange child elemens either horizontally or vertically, relative to each other.
Ellipse Represents the ellipse shape.
FillRule Specifies how the intersecting areas of PathFigure objects contained in a Geometry are combined to form the area of the Geometry.
Grid Represents the Grid class.
GridColumn Represents the column of the grid.
GridLength Represents the length of the grid.
GridRow Represents the row of the grid.
GridUnitType Represents the type of the grid unit.
Line Represents the line shape.
Panel Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects.
PenLineCap Describes the shape at the end of a line or segment.
PenLineJoin Describes the shape that joins two lines or segments.
Point Represents an x- and y-coordinate pair in two-dimensional space.
Polygon Draws a polygon, which is a connected series of lines that form a closed shape.
Polyline Draws a series of connected straight lines.
Rectangle Represents the rectangle.
ScrollBarVisibility Specifies the visibility of a ScrollBar for scrollable content.
ScrollViewer Represents a scrollable area that can contain other visible elements.
Shape Provides the base class for shape elements, such as,, and.
StackPanel Arranges the child element into a single line that can be oriented horizontally or vertically.
WrapPanel Positions the child elements in sequential position from left to right, breaking content to the next line at theend of the containing box, from top to bottom, or from right to left.