[]
        
(Showing Draft Content)

C1.WPF.Core.C1WrapPanel

C1WrapPanel Class

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

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

Constructors

Name Description
C1WrapPanel()

Initializes a new instance of the C1WrapPanel class.

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
IsDisposed

Gets whether this instance is disposed.

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)
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1WrapPanel class.

GetBreakLine(DependencyObject)

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

MeasureOverride(Size)
OnApplyTemplate()
SetBreakLine(DependencyObject, BreakLine)

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