[]
        
(Showing Draft Content)

C1.WPF.Schedule.PilePanel

PilePanel Class

Positions child elements one over another as it is done by the Grid panel with single row and single column.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class PilePanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Public Class PilePanel
    Inherits Panel
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
PilePanel()

Creates the new instance of the PilePanel class.

Methods

Name Description
ArrangeOverride(Size)

Arranges the content of a PilePanel element.

MeasureOverride(Size)

Measures the child elements of a PilePanel in anticipation of arranging them during the ArrangeOverride(Size) pass.