Table of Contents
BorderWidth Property

Gets or sets border width of top level group.

Syntax
 public override Unit BorderWidth { get; set; }

Property Value

Unit

The border width of top level group. The type of the Unit must be UnitType.Pixel. This property is read/write.

Remarks

Specifies border width (in pixel) of top level group.

See Also