[]
        
(Showing Draft Content)

C1.WPF.C1WrapPanel

C1WrapPanel Class

Positions child elements sequentially from top to bottom or from right to left, depending on the value of the Orientation property.

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

Constructors

Name Description
C1WrapPanel()

Initializes a new instance of a C1WrapPanel.

Fields

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.

Properties

Name Description
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.

Methods

Name Description
ArrangeOverride(Size)
GetBreakLine(DependencyObject)

Gets the value of the BreakLine attached property for the specified element.

MeasureOverride(Size)
SetBreakLine(DependencyObject, BreakLine)

Sets the value of the BreakLine attached property for the specified element.

Extension Methods