Enum RFontStyle
- Namespace
- TheArtOfDev.HtmlRenderer.Adapters.Entities
- Assembly
- StockSharp.Xaml.dll
Specifies style information applied to text.
[Flags]
public enum RFontStyle
- Extension Methods
Fields
Bold = 1
Specifies bold text.
Italic = 2
Specifies italic text.
Regular = 0
Specifies the normal text style with no embellishments.
Strikeout = 8
Specifies text with a line through the middle.
Underline = 4
Specifies text with an underline.