Enum TextStyle
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
Style of the displayed text.
public enum TextStyle
Fields
Bold = 2
Text should be styled in bold.
Heading = 3
Text should be styled as a heading.
None = 0
Default value, no explicit styling.
Title = 1
Text should be styled as a title.