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

Syntax

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

See Also