BackColor Property (ImageField)
In This Topic
Gets or sets the field's background color, this property works via
Background property using
C1.Win.Document.C1SolidBrush.
Syntax
'Declaration
Public Property BackColor As Color
public Color BackColor {get; set;}
See Also