Свойство | Тип | Описание | |
---|---|---|---|
ArrangeHorizontalCalculate | |||
ArrangeVerticalCalculate | |||
GetMargin | System.Windows.Thickness | ||
GetSize | |||
IsExcluded | bool | ||
UpdateSize | void |
Метод | Описание | |
---|---|---|
Arrange ( |
Provides the behavior for the "arrange" pass of the layout. Call the 'Measure' method before invoking 'Arrange'. |
|
Arrange ( |
Arranges the specified child/bounds item.
|
|
Arrange ( List |
Arranges the specified set of child/bounds item.
|
|
ArrangeCalculate ( |
Calculates the position of each item within the Panel's Children collection. This method is used by the 'Arrange' method.Call the 'Measure' method before invoking 'ArrangeCalculate'. |
|
ArrangeChildOnCanvas ( UIElement element, |
Arranges an element within a canvas.
|
|
Measure ( |
Provides the behavior for the "measure" pass of the layout.
|
|
StackArranger ( IEnumerable |
||
StackArranger ( IEnumerable |
||
UpdateSize ( UIElement element, |
Updates the size of the element based on the bounds accounting for margins.
|
Метод | Описание | |
---|---|---|
ArrangeHorizontalCalculate ( |
||
ArrangeVerticalCalculate ( |
||
GetMargin ( UIElement element ) : System.Windows.Thickness | ||
GetSize ( UIElement child, |
||
IsExcluded ( UIElement element ) : bool | ||
UpdateSize ( UIElement element, |
public Arrange ( |
||
finalSize | The final area within the parent that this object should use to arrange itself and its children. | |
Результат |
public Arrange ( |
||
childBounds | The child, with bounds data, to arrange. | |
Результат | void |
public Arrange ( List |
||
childBounds | List |
The collection of child, with bounds data, to arrange. |
Результат | void |
public ArrangeCalculate ( |
||
finalSize | The final area within the parent that this object should use to arrange itself and its children. | |
returnBounds | List |
Returns a list of element bounds corresponding, in order, to each child within the Panel. |
Результат |
public static ArrangeChildOnCanvas ( UIElement element, |
||
element | UIElement | The element to arrange. |
bounds | /// The dimensions and positon of the element to place. /// It is assumed that the margin values of the child element is included within the bounds values. /// | |
Результат | void |
public Measure ( |
||
availableSize | /// The available size that this object can give to child objects. Infinity can be specified as a /// value to indicate that the object will size to whatever content is available. /// | |
Результат |
public StackArranger ( IEnumerable |
||
children | IEnumerable |
|
orientation | Orientation | |
Результат | System |
public StackArranger ( IEnumerable |
||
children | IEnumerable |
|
orientation | Orientation | |
exclude | bool>.Func | |
arrangeChild | ArrangeChild | |
Результат | System |
public static UpdateSize ( UIElement element, |
||
element | UIElement | The element to size. |
bounds | /// The dimensions and positon of the element. /// It is assumed that the margin values of the child element is included within the bounds values. /// | |
Результат | void |