[]
C1LinePanel arranges a list of items in a single row or column.
public class C1LinePanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| C1LinePanel() | Initializes a new instance of a C1LinePanel. |
| Name | Description |
|---|---|
| OrientationProperty | Identifies the Orientation dependency property. |
| ReverseProperty | Identifies the Reverse dependency property. |
| Name | Description |
|---|---|
| LineDefinitions | Gets the collection of specifications of how much space to give to each item. |
| Orientation | Gets or sets a value that indicates the dimension by which child elements are stacked. |
| Reverse | Gets or sets whether the items are arranged top-down/left-right or bottom-up/right-left. |
| Name | Description |
|---|---|
| ArrangeOverride(Size) | |
| MeasureOverride(Size) |