Pageflex Document Action API
BorderDashGap Property
Namespaces > Pageflex.Scripting > TextFrame > BorderDashGap
Gets or sets the gap between dots or dashes used to draw this element's border.
Syntax
C# | Visual Basic | Managed C++ |
public Measurement BorderDashGap { get; set; }
Public Property BorderDashGap As Measurement
public: virtual Measurement^ BorderDashGap { Measurement^ get () sealed; void set (Measurement^ value) sealed; }
Remarks
Specifies a Measurement representing the gap between dots or 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 or Dotted. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)