MarkupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether markup that appears in a text run should be processed.
public enum class MarkupType
public enum MarkupType
type MarkupType =
Public Enum MarkupType
- Inheritance
-
MarkupType
Fields
Name | Value | Description |
---|---|---|
None | 0 | No markup should be processed. |
HTML | 1 | HTML markup appearing in the text run should be processed. |