​
​
​

Gets or sets the style of a text frame's border line.

​ Introduced: 30.0.

Syntax

​public FrameStyle BorderStyle { get; set; }
​Public Property BorderStyle() As FrameStyle

Members

Member Description
Single The text frame's border line is a single line.
Double The text frame's border line is a double line.
​

Remarks

The property's default value is FrameStyle.Single.

​