Style Class

T3000 CrossPlatform

Style Class

[This is preliminary documentation and is subject to change.]

Style of chars
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSStyle
    More...

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public abstract class Style : IDisposable
Public MustInherit Class Style
	Implements IDisposable

Dim instance As Style

The Style type exposes the following members.

Constructors
  NameDescription
Public methodStyle
Constructor
Top
Properties
  NameDescription
Public propertyIsExportable
This style is exported to outer formats (HTML for example)
Top
Methods
  NameDescription
Protected methodAddVisualMarker
Shows VisualMarker Call this method in Draw method, when you need to show VisualMarker for your style
Public methodDispose
Releases all resources used by the Style
Public methodDraw
Renders given range of text
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCSS
Returns CSS for export to HTML
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetRoundedRectangle
Public methodGetRTF
Returns RTF descriptor for export to RTF
Public methodStatic memberGetSizeOfRange
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnVisualMarkerClick
Occurs when user click on StyleVisualMarker joined to this style
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventVisualMarkerClick
Occurs when user click on StyleVisualMarker joined to this style
Top
Remarks
This is base class for all text and design renderers
See Also
Inheritance Hierarchy