Table of Contents
BorderStyle Property

Gets or sets border style of top level group.

Syntax
 public override BorderStyle BorderStyle { get; set; }

Property Value

BorderStyle enumeration

The border style of top level group. This property is read/write.

Remarks

Specifies border style of top level group. The value is one of the BorderStyle enumeration values. The default is NotSet.

See Also