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

Syntax

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

See Also