Class MdTaskProperties
Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox.
Inheritance
System.Object
MdTaskProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Office.Markdown
Assembly: Syncfusion.Markdown.dll
Syntax
public class MdTaskProperties
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 |