Pageflex Document Action API
BorderThickness Property
Namespaces > Pageflex.Scripting > IBorderStyle > BorderThickness
Gets or sets the thickness of this element's border.
Syntax
C# | Visual Basic | Managed C++ |
public abstract Measurement BorderThickness { get; set; }
Public MustOverride Property BorderThickness As Measurement
public: virtual Measurement^ BorderThickness { Measurement^ get () abstract; void set (Measurement^ value) abstract; }
Remarks
Specifies 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)