Creates a new instance.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public UnderlineTextDecoration( LineStyle lineStyle, Color lineColor ) |
Visual Basic |
---|
Public Sub New ( lineStyle As LineStyle, lineColor As Color ) |
Parameters
- lineStyle
- Type: Sgry.Azuki..::..LineStyle
Style of the underline.
- lineColor
- Type: System.Drawing..::..Color
The color used to draw the underline. If Color.Transparent is specified, underline will be drawn in same color as the text part.