CanvasTextFormat.LastLineWrapping 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
Syntaxpublic bool LastLineWrapping { get; set; }
Property Value
Type:
Boolean
RemarksThis is set to 'true' by default.
See Also