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