In This Topic
The following tables list the members exposed by TagInfo.
Public Properties
| Name | Description |
| Description | Gets or sets the description of the tag. If not empty, used as the label in the tag input dialog. (If Description is empty, the value of the Name property will be used as default value.) |
| InputParams | Gets a TagInputParams object that is used by the tag input dialog to customize the editor for the current tag. By default, this property is null. |
| Name | Gets the unique name of the tag object as it is defined in a document. |
| ShowInDialog | Gets or sets a value indicating whether to show the current tag and allow the user to edit its Value in the tags input dialog. True by default. |
| Type | Gets the current tag type. |
| Value | Gets or sets the C1.C1Preview.Tag object value. |
Top
See Also