BorderDashSize Property

Pageflex Document Action API

Pageflex Document Action API BorderDashSize Property
Namespaces > Pageflex.Scripting > VerticalGroup > BorderDashSize
Gets or sets the length of dashes used to draw this element's border.
Syntax
C# Visual Basic Managed C++
public Measurement BorderDashSize { get; set; }
Public Property BorderDashSize As Measurement
public:
virtual Measurement^ BorderDashSize {
	Measurement^ get () sealed;
	void set (Measurement^ value) sealed;
}
Remarks
Specifies a Measurement representing the length of dashes used to draw this element's border.
Exceptions
Exception Condition
ValueOutOfRangeException The value must be between .1pt and 36pt.
WrongBorderStyleException BorderStyle must be Dashed
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)