Свойство | Type | Description | |
---|---|---|---|
DockProperty | |||
LastChildFillProperty |
Méthode | Description | |
---|---|---|
MeasureChildren ( string layoutId, |
Measure the layout size required to arrange all elements.
|
|
SetDock ( UIElement element, Dock dock ) : void |
Sets the value of the Dock attached property to a specified element.
|
|
TargetChildren ( string layoutId, |
Calculate target state for each element based on layout algorithm.
|
Méthode | Description | |
---|---|---|
DockLayout ( ) : System | ||
GetDock ( UIElement element ) : Dock | ||
IsValidDock ( object o ) : bool | ||
OnDockChanged ( |
public MeasureChildren ( string layoutId, |
||
layoutId | string | Identifier of the layout to be used. |
metaPanel | Reference to owning panel instance. | |
stateDict | MetaElementStateDict | Dictionary of per-element state. |
elements | ICollection | Collection of elements to be measured. |
availableSize | Available size that can be given to elements. | |
Résultat |
public static SetDock ( UIElement element, Dock dock ) : void | ||
element | UIElement | The element to which the attached property is written. |
dock | Dock | The new Dock value. |
Résultat | void |
public TargetChildren ( string layoutId, |
||
layoutId | string | Identifier of the layout to be used. |
metaPanel | Reference to owning panel instance. | |
stateDict | MetaElementStateDict | Dictionary of per-element state. |
elements | ICollection | Collection of elements to be arranged. |
finalSize | Size that layout should use to arrange child elements. | |
Résultat | void |
public static DependencyProperty,System.Windows DockProperty | ||
Résultat |