Click or drag to resize
CanvasTextFormatLastLineWrapping Property
Specifies whether the last line is wrapped.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public bool LastLineWrapping { get; set; }

Property Value

Type: Boolean
Remarks
This is set to 'true' by default.
See Also