Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[DefaultValueAttribute(typeof(Color), "Black")]
[XmlAttributeAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Color tc { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(Color), "Black")> _
<XmlAttributeAttribute> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property tc As Color

See Also