T3000 CrossPlatform Documentation
FoldedBlockStyle Class |
[This is preliminary documentation and is subject to change.]
Renderer for folded block
Inheritance Hierarchy
SystemObject FastColoredTextBoxNSStyle
FastColoredTextBoxNSTextStyle
FastColoredTextBoxNSFoldedBlockStyle
FastColoredTextBoxNSTextStyle
FastColoredTextBoxNSFoldedBlockStyle
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The FoldedBlockStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FoldedBlockStyle | Initializes a new instance of the FoldedBlockStyle class |
Properties
Name | Description | |
---|---|---|
BackgroundBrush | (Inherited from TextStyle.) | |
FontStyle | (Inherited from TextStyle.) | |
ForeBrush | (Inherited from TextStyle.) | |
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 | (Inherited from Style.) | |
Draw | (Overrides TextStyleDraw(Graphics, Point, Range).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCSS | (Inherited from TextStyle.) | |
GetHashCode | (Inherited from Object.) | |
GetRTF | (Inherited from TextStyle.) | |
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.) |
Fields
Name | Description | |
---|---|---|
stringFormat | (Inherited from TextStyle.) |
See Also