[]
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, IDisposable
| Name | Description |
|---|---|
| C1WrapPanel() | Initializes a new instance of the C1WrapPanel class. |
| 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 |
|---|---|
| IsDisposed | Gets whether this instance is disposed. |
| 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) | |
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1WrapPanel class. |
| GetBreakLine(DependencyObject) | Gets the value of the BreakLine attached property for the specified element. |
| MeasureOverride(Size) | |
| OnApplyTemplate() | |
| SetBreakLine(DependencyObject, BreakLine) | Sets the value of the BreakLine attached property for the specified element. |