[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.TagAttribute

Class TagAttribute

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

A general purpose tag attribute.

[AttributeUsage(AttributeTargets.All)]
public class TagAttribute : Attribute, _Attribute
Inheritance
TagAttribute
Implements
Inherited Members

Constructors

TagAttribute(string)

Initializes a new instance of TagAttribute class.

public TagAttribute(string value)

Parameters

value string

Properties

Value

Gets the value.

public string Value { get; }

Property Value

string