Property | Type | Description | |
---|---|---|---|
BreakAfterProperty | |||
ItemHeightProperty | |||
ItemWidthProperty | |||
OrientationProperty |
Method | Description | |
---|---|---|
GetBreakAfter ( UIElement element ) : bool |
Gets the BreakAfter attached property of the provided element.
|
|
MeasureChildren ( string layoutId, |
Measure the layout size required to arrange all elements.
|
|
SetBreakAfter ( UIElement element, bool value ) : void |
Sets the BreakAfter attached property of the provided element.
|
|
TargetChildren ( string layoutId, |
Calculate target state for each element based on layout algorithm.
|
Method | Description | |
---|---|---|
OnWrapChanged ( |
||
TargetLine ( MetaElementStateDict stateDict, List |
||
WrapLayout ( ) : System |
public static GetBreakAfter ( UIElement element ) : bool | ||
element | UIElement | Target element. |
return | bool |
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. | |
return |
public static SetBreakAfter ( UIElement element, bool value ) : void | ||
element | UIElement | Target element. |
value | bool | BreakAfter value. |
return | 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. | |
return | void |
public static DependencyProperty,System.Windows BreakAfterProperty | ||
return |
public static DependencyProperty,System.Windows ItemHeightProperty | ||
return |
public static DependencyProperty,System.Windows ItemWidthProperty | ||
return |