Show / Hide Table of Contents

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 null, calls wpfBuilder.Align.

Returns
wpfBuilder
Exceptions
ArgumentException

Invalid alignment string.