[]
        
(Showing Draft Content)

C1.WPF.Core.C1LinePanel

C1LinePanel Class

C1LinePanel arranges a list of items in a single row or column.

Inheritance
C1LinePanel
Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public class C1LinePanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable

Constructors

Name Description
C1LinePanel()

Initializes a new instance of the C1LinePanel class.

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

ReverseProperty

Identifies the Reverse dependency property.

SpacingProperty

Identifies the Spacing dependency property.

Properties

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.

Methods

Name Description
ArrangeOverride(Size)
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1LinePanel class.

MeasureOverride(Size)
OnApplyTemplate()