Class MdTaskProperties
Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox.
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTaskProperties : MdEntity
Constructors
MdTaskProperties()
Declaration
public MdTaskProperties()
Properties
IsChecked
Gets or sets a value indicating whether task item is checked. Default is false.
Declaration
public bool IsChecked { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
CloneImpl()
Creates a duplicate copy of the MdTaskProperties.
Declaration
protected override object CloneImpl()
Returns
| Type | Description |
|---|---|
| System.Object | The reference to the newly created MdTaskProperties instance. |