[]
Positions child elements sequentially from top to bottom or from right to left, depending on the value of the Orientation property.
public class C1WrapPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Name | Description |
---|---|
C1WrapPanel() | Initializes a new instance of a C1WrapPanel. |
Name | Description |
---|---|
BreakLineProperty | Identifies the BreakLine attached property. |
ItemHeightProperty | Identifies the ItemHeight dependency property. |
ItemWidthProperty | Identifies the ItemWidth dependency property. |
OrientationProperty | Identifies the Orientation dependency property. |
Name | Description |
---|---|
ItemHeight | Gets or sets a value that specifies the height of all items that are contained within the panel. |
ItemWidth | Gets or sets a value that specifies the width of all items that are contained within the panel. |
Orientation | Gets or sets a value that indicates the dimension by which child elements are stacked. |
Name | Description |
---|---|
ArrangeOverride(Size) | |
GetBreakLine(DependencyObject) | Gets the value of the BreakLine attached property for the specified element. |
MeasureOverride(Size) | |
SetBreakLine(DependencyObject, BreakLine) | Sets the value of the BreakLine attached property for the specified element. |