Style.IsExportable Property

T3000 CrossPlatform

StyleIsExportable Property

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

This style is exported to outer formats (HTML for example)

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual bool IsExportable { get; set; }
Public Overridable Property IsExportable As Boolean
	Get
	Set

Dim instance As Style
Dim value As Boolean

value = instance.IsExportable

instance.IsExportable = value

Property Value

Type: Boolean
See Also