[]
C1LinePanel arranges a list of items in a single row or column.
public class C1LinePanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
Name | Description |
---|---|
C1LinePanel() | Initializes a new instance of the C1LinePanel class. |
Name | Description |
---|---|
OrientationProperty | Identifies the Orientation dependency property. |
ReverseProperty | Identifies the Reverse dependency property. |
SpacingProperty | Identifies the Spacing dependency property. |
Name | Description |
---|---|
IsDisposed | Gets whether this instance is disposed. |
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. |
Spacing | Gets or sets the space between items. |
Name | Description |
---|---|
ArrangeOverride(Size) | |
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the C1LinePanel class. |
MeasureOverride(Size) | |
OnApplyTemplate() |