Pageflex Document Action API
BorderThickness Property
Namespaces > Pageflex.Scripting > VerticalGroup > BorderThickness
Gets or sets the thickness of this element's border.
Syntax| C# | Visual Basic | Managed C++ |
public Measurement BorderThickness { get; set; }
Public Property BorderThickness As Measurement
public: virtual Measurement^ BorderThickness { Measurement^ get () sealed; void set (Measurement^ value) sealed; }
RemarksSpecifies a Measurement representing the border thickness.
Exceptions| Exception | Condition |
|---|---|
| ValueTooSmallException | The value must be greater than 0. |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)