CanvasTextLayout.SetUnderline Method |
Applies underline formatting to the specified group of characters.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public void SetUnderline(
int characterIndex,
int characterCount,
bool hasUnderline
)
Parameters
- characterIndex
- Type: System.Int32
- characterCount
- Type: System.Int32
- hasUnderline
- Type: System.Boolean
See Also