Format 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.
Identifies the Format to be used by TextToolbar
public enum Format
type Format =
Public Enum Format
- Inheritance
-
Format
Fields
Name | Value | Description |
---|---|---|
RichText | 0 | Utilises the Built-In RichText Formatter |
MarkDown | 1 | Utilises the Built-In Markdown Formatter |
Custom | 2 | Utilises the provided Custom Formatter using the Formatter Property |