[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.SingleBorderColor

SingleBorderColor Property

SingleBorderColor

Gets or sets the color when BorderStyle is FixedSingle.

Declaration
public abstract Color SingleBorderColor { get; set; }
Public MustOverride Property SingleBorderColor As Color
Property Value
Type Description
Color

A Color value that indicates the border color when BorderStyle is FixedSingle.
The default is WindowFrame.

Remarks

The Color only takes effect when BorderStyle is FixedSingle.

See Also