BorderStyle Property

Pageflex Document Action API

Pageflex Document Action API BorderStyle Property
Namespaces > Pageflex.Scripting > Oval > BorderStyle
Gets or sets the line style of this element's border.
Syntax
C# Visual Basic Managed C++
public BorderStyle BorderStyle { get; set; }
Public Property BorderStyle As BorderStyle
public:
virtual BorderStyle BorderStyle {
	BorderStyle get () sealed;
	void set (BorderStyle value) sealed;
}
Remarks
Specifies a BorderStyle representing the line style of this element's border.

Setting BorderStyle to None also sets BorderColor to the empty string and sets BorderDashSize and BorderDashGap to "0pt".

Setting BorderStyle when it was previously None also sets BorderColor to "Black".

Setting BorderStyle to Solid also sets BorderDashSize to "0pt" and BorderDashGap to "0pt".

Setting BorderStyle to Dashed also sets BorderDashSize to "4pt" and BorderDashGap to "2pt".

Setting BorderStyle to Dotted also sets BorderDashSize to "0pt" and BorderDashGap to "2pt".

Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)