ContentControl.MultiLine Property

Definition

Gets or sets a value that specifies whether the ContentControl can contain line breaks.

public bool MultiLine { get; set; }

Property Value

Boolean

true if the ContentControl can contain line breaks; otherwise, false. The default is false.

Applies to