[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Bevel.-ctor

Bevel Constructor

Bevel(Color, int, int, int)

Initializes a new Bevel instance using the specified attributes.

Declaration
public Bevel(Color color, int width, int lightness, int darkness)
Public Sub New(color As Color, width As Integer, lightness As Integer, darkness As Integer)
Parameters
Type Name Description
Color color

A Color that represents the bevel background.

int width

An int value that indicates the width of the bevel.

int lightness

An int value (between -100 through 100) that indicates the lighting percentage.

int darkness

An int value (between -100 through 100) that indicates the shading percentage.