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