Spread Windows Forms 12.0 Product Documentation
BackColor Property (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : BackColor Property
Gets or sets the background color for the style.
Syntax
'Declaration
 
Public Overridable Property BackColor As Color
'Usage
 
Dim instance As ElementStyle
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public virtual Color BackColor {get; set;}

Property Value

Color object containing the background color
Remarks

Set the text color by setting the ForeColor property.

See Also

Reference

ElementStyle Class
ElementStyle Members
ForeColor Property