Table of Contents

Class Tag

Namespace
H.Controls.TagBox
Assembly
H.Controls.TagBox.dll
public class Tag : BindableBase, INotifyPropertyChanged, ITag
Inheritance
Tag
Implements
Inherited Members
Extension Methods

Properties

Background

[JsonConverter(typeof(TypeJsonConverter<Brush>))]
[Display(Name = "颜色")]
public Brush Background { get; set; }

Property Value

Brush

Description

[Display(Name = "说明")]
public string Description { get; set; }

Property Value

string

GroupName

[Browsable(false)]
[Display(Name = "分组")]
public string GroupName { get; set; }

Property Value

string

Name

[Required]
[Display(Name = "名称")]
public string Name { get; set; }

Property Value

string

Order

[Browsable(false)]
[Display(Name = "排序")]
public int Order { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.