Class MdTaskProperties
Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox.
Inheritance
System.Object
MdTaskProperties
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTaskProperties : Object
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 |