Click or drag to resize
CanvasTextLayoutGetMinimumLineLength Method
Gets the minimum possible width/height the layout can be set to, without any emergency breakings between the characters of whole words.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float GetMinimumLineLength()

Return Value

Type: Single
Remarks

If the TextDirection property specifies horizontally oriented text then this method returns the minimum width that can be set on the layout. If the TextDirection property specifies vertically oriented text then this method returns the minimum height.

Horizontally oriented text directions are:

Vertically oriented text directions are:

See Also