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