Share via


TodoList.TodoTag Class

Definition

Represents the ToDo list.

public: ref class TodoList::TodoTag : System::Windows::UIElement
public class TodoList.TodoTag : System.Windows.UIElement
type TodoList.TodoTag = class
    inherit UIElement
Public Class TodoList.TodoTag
Inherits UIElement
Inheritance
TodoList.TodoTag

Constructors

TodoList.TodoTag()

Initializes a new instance of the TodoList.TodoTag class.

Fields

CompletedProperty

Properties

completed

Gets or sets a Boolean value that specifies whether the Todo tag is completed.

Data

Gets or sets the todo data.

Todo

Gets or sets the tag.

Applies to