Show / Hide Table of Contents

Method wpfBuilder.Wrap(+ 1 overload)


Overload

Sets TextWrapping property of the last added element. Supports TextBlock, TextBox and AccessText.

public wpfBuilder Wrap(TextWrapping wrapping)
Parameters
wrapping  (TextWrapping)
Returns
wpfBuilder

Overload(top)

Sets TextWrapping property of the last added element = TextWrapping.Wrap if true (default), else or TextWrapping.NoWrap. Supports TextBlock, TextBox and AccessText.

public wpfBuilder Wrap(bool wrap = true)
Parameters
wrap  (bool)
Returns
wpfBuilder