Method wpfBuilder.Height
Overload
Sets height of the last added element. Optionally sets alignment.
public wpfBuilder Height(WBLength height, string alignY = null)
Parameters
height (WBLength)
Height or/and min/max height. |
alignY (string)
Vertical alignment. If not |
Returns
Exceptions
ArgumentException
Invalid alignment string. |