PlainTextContentControl.MultiLine Property

Definition

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

public bool MultiLine { get; set; }

Property Value

Boolean

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

Applies to