alexa
menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MdTaskProperties

    Represents the properties for task item in Markdown. This property applies if a paragraph starts with checkbox.

    Inheritance
    System.Object
    MdEntity
    MdTaskProperties
    Inherited Members
    MdEntity.Clone()
    MdEntity.Document
    MdEntity.m_document
    MdEntity.Owner
    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.

    Overrides
    MdEntity.CloneImpl()
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved