Namespace:
C1.C1PrintDocument.DocEngine.Src
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Assembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(typeof(Color), "Transparent")] [XmlAttributeAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public Color sc { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(GetType(Color), "Transparent")> _ <XmlAttributeAttribute> _ <EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Property sc As Color |