FoldedBlockStyle Class

T3000 CrossPlatform

FoldedBlockStyle Class

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

Renderer for folded block
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSStyle
    FastColoredTextBoxNSTextStyle
      FastColoredTextBoxNSFoldedBlockStyle

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class FoldedBlockStyle : TextStyle
Public Class FoldedBlockStyle
	Inherits TextStyle

Dim instance As FoldedBlockStyle

The FoldedBlockStyle type exposes the following members.

Constructors
  NameDescription
Public methodFoldedBlockStyle
Initializes a new instance of the FoldedBlockStyle class
Top
Properties
  NameDescription
Public propertyBackgroundBrush (Inherited from TextStyle.)
Public propertyFontStyle (Inherited from TextStyle.)
Public propertyForeBrush (Inherited from TextStyle.)
Public propertyIsExportable
This style is exported to outer formats (HTML for example)
(Inherited from Style.)
Top
Methods
  NameDescription
Protected methodAddVisualMarker
Shows VisualMarker Call this method in Draw method, when you need to show VisualMarker for your style
(Inherited from Style.)
Public methodDispose (Inherited from Style.)
Public methodDraw (Overrides TextStyleDraw(Graphics, Point, Range).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCSS (Inherited from TextStyle.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRTF (Inherited from TextStyle.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnVisualMarkerClick
Occurs when user click on StyleVisualMarker joined to this style
(Inherited from Style.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventVisualMarkerClick
Occurs when user click on StyleVisualMarker joined to this style
(Inherited from Style.)
Top
Fields
  NameDescription
Public fieldstringFormat (Inherited from TextStyle.)
Top
See Also