Language

TextType Enum

Definition

Specifies the format type of text content.

public enum class TextType
public enum TextType
type TextType = 
Public Enum TextType
Inheritance
TextType

Fields

Name Value Description
Text 0

Plain text content without markup.

Html 1

HTML-formatted text content that may include markup. The subset of supported HTML tags varies by platform. Each platform's native text rendering engine determines which HTML tags and attributes are supported.

Applies to