Class MarkdownStatus
Provides toolbar status data for the Markdown mode.
Inheritance
System.Object
MarkdownStatus
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class MarkdownStatus : Object
Constructors
MarkdownStatus()
Declaration
public MarkdownStatus()
Properties
Blockquote
Defines the Blockquote.
Declaration
public bool Blockquote { get; set; }
Property Value
Type |
---|
System.Boolean |
Bold
Defines the Bold.
Declaration
public bool Bold { get; set; }
Property Value
Type |
---|
System.Boolean |
Formats
Defines the Formats.
Declaration
public string Formats { get; set; }
Property Value
Type |
---|
System.String |
InlineCode
Defines the InlineCode.
Declaration
public bool InlineCode { get; set; }
Property Value
Type |
---|
System.Boolean |
Italic
Defines the Italic.
Declaration
public bool Italic { get; set; }
Property Value
Type |
---|
System.Boolean |
LowerCase
Defines the LowerCase.
Declaration
public bool LowerCase { get; set; }
Property Value
Type |
---|
System.Boolean |
OrderedList
Defines the OrderedList.
Declaration
public bool OrderedList { get; set; }
Property Value
Type |
---|
System.Boolean |
StrikeThrough
Defines the StrikeThrough.
Declaration
public bool StrikeThrough { get; set; }
Property Value
Type |
---|
System.Boolean |
SubScript
Defines the SubScript.
Declaration
public bool SubScript { get; set; }
Property Value
Type |
---|
System.Boolean |
SuperScript
Defines the SuperScript.
Declaration
public bool SuperScript { get; set; }
Property Value
Type |
---|
System.Boolean |
UnorderedList
Defines the UnorderedList.
Declaration
public bool UnorderedList { get; set; }
Property Value
Type |
---|
System.Boolean |
UpperCase
Defines the UpperCase.
Declaration
public bool UpperCase { get; set; }
Property Value
Type |
---|
System.Boolean |