T3000 CrossPlatform Documentation
WavyLineStyle Class |
[This is preliminary documentation and is subject to change.]
This style draws a wavy line below a given text range.
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The WavyLineStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WavyLineStyle | Initializes a new instance of the WavyLineStyle class |
Properties
Name | Description | |
---|---|---|
IsExportable |
This style is exported to outer formats (HTML for example)
(Inherited from Style.) |
Methods
Name | Description | |
---|---|---|
AddVisualMarker |
Shows VisualMarker
Call this method in Draw method, when you need to show VisualMarker for your style
(Inherited from Style.) | |
Dispose | Releases all resources used by the WavyLineStyle (Overrides StyleDispose.) | |
Draw | (Overrides StyleDraw(Graphics, Point, Range).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCSS |
Returns CSS for export to HTML
(Inherited from Style.) | |
GetHashCode | (Inherited from Object.) | |
GetRTF |
Returns RTF descriptor for export to RTF
(Inherited from Style.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnVisualMarkerClick |
Occurs when user click on StyleVisualMarker joined to this style
(Inherited from Style.) | |
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
VisualMarkerClick |
Occurs when user click on StyleVisualMarker joined to this style
(Inherited from Style.) |
Remarks
Thanks for Yallie
See Also