T3000 CrossPlatform Documentation
WavyLineStyle Constructor |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the WavyLineStyle class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public WavyLineStyle( int alpha, Color color )
Public Sub New ( alpha As Integer, color As Color ) Dim alpha As Integer Dim color As Color Dim instance As New WavyLineStyle(alpha, color)
Parameters
- alpha
- Type: SystemInt32
[Missing <param name="alpha"/> documentation for "M:FastColoredTextBoxNS.WavyLineStyle.#ctor(System.Int32,System.Drawing.Color)"]
- color
- Type: System.DrawingColor
[Missing <param name="color"/> documentation for "M:FastColoredTextBoxNS.WavyLineStyle.#ctor(System.Int32,System.Drawing.Color)"]
See Also