Spread Windows Forms 12.0 Product Documentation
Color Property (Bevel)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Bevel Structure : Color Property
Gets or sets the background color of the bevel.
Syntax
'Declaration
 
Public Property Color As Color
'Usage
 
Dim instance As Bevel
Dim value As Color
 
instance.Color = value
 
value = instance.Color
public Color Color {get; set;}

Property Value

A Color that represents the bevel background.
The default is System.Drawing.SystemColors.Control.
See Also

Reference

Bevel Structure
Bevel Members