Spread Windows Forms 7.0 Product Documentation
Darkness Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Bevel Structure : Darkness Property


Glossary Item Box

Gets or sets the percentage used for calculating the color used for the shaded area of the bevel.

Syntax

Visual Basic (Declaration) 
Public Property Darkness As Integer
Visual Basic (Usage)Copy Code
Dim instance As Bevel
Dim value As Integer
 
instance.Darkness = value
 
value = instance.Darkness
C# 
public int Darkness {get; set;}

Property Value

An integer value (between -100 through 100) that indicates the shading percentage.
The default is -25.

Remarks

This property uses the color (Color property) of the object to calculate the shaded color for the bevel in percentages.

If set to 0, the same color as the color object is used. When a positive value is set, a brighter color is used, and when a negative value is set, a color darker than the color is used.

This property can be used with the Lightness property to make detailed adjustments to the brightness of the bevel color.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.