[]
        
(Showing Draft Content)

C1.WPF.C1LinePanel

C1LinePanel Class

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

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

Constructors

Name Description
C1LinePanel()

Initializes a new instance of a C1LinePanel.

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

ReverseProperty

Identifies the Reverse dependency property.

Properties

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.

Methods

Name Description
ArrangeOverride(Size)
MeasureOverride(Size)

Extension Methods