Property | Type | Description | |
---|---|---|---|
BottomProperty | |||
LeftProperty | |||
RightProperty | |||
TopProperty |
Method | Description | |
---|---|---|
MeasureChildren ( string layoutId, |
Measure the layout size required to arrange all elements.
|
|
SetBottom ( UIElement element, double length ) : void |
Sets the Bottom attached property of the provided element.
|
|
SetLeft ( UIElement element, double value ) : void |
Sets the Left attached property of the provided element.
|
|
SetRight ( UIElement element, double value ) : void |
Sets the Right attached property of the provided element.
|
|
SetTop ( UIElement element, double length ) : void |
Sets the Top attached property of the provided element.
|
|
TargetChildren ( string layoutId, |
Calculate target state for each element based on layout algorithm.
|
Method | Description | |
---|---|---|
CanvasLayout ( ) : System | ||
GetBottom ( UIElement element ) : double | ||
GetLeft ( UIElement element ) : double | ||
GetRight ( UIElement element ) : double | ||
GetTop ( UIElement element ) : double | ||
OnCanvasChanged ( |
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 SetBottom ( UIElement element, double length ) : void | ||
element | UIElement | Target element. |
length | double | Bottom value. |
return | void |
public static SetLeft ( UIElement element, double value ) : void | ||
element | UIElement | Target element. |
value | double | Left value. |
return | void |
public static SetRight ( UIElement element, double value ) : void | ||
element | UIElement | Target element. |
value | double | Right value. |
return | void |
public static SetTop ( UIElement element, double length ) : void | ||
element | UIElement | Target element. |
length | double | Top 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 BottomProperty | ||
return |
public static DependencyProperty,System.Windows LeftProperty | ||
return |
public static DependencyProperty,System.Windows RightProperty | ||
return |