Table of Contents

Enum HtmlGenerationStyle

Namespace
TheArtOfDev.HtmlRenderer.Core.Entities
Assembly
StockSharp.Xaml.dll

Controls the way styles are generated when html is generated.

public enum HtmlGenerationStyle
Extension Methods

Fields

InHeader = 2

style section is generated in the head of the html

Inline = 1

style are inserted in style attribute for each html tag

None = 0

styles are not generated at all