Table of Contents
BorderColor Property

Gets or sets border color of top level group.

Syntax
 public override Color BorderColor { get; set; }

Property Value

System.Drawing.Color

Border color of top level group. This property is read/write.

Remarks

A System.Drawing.Color that represents border color of top level group. The default is Color.Empty, which indicates that this property is not set.

See Also