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

Syntax

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

See Also