Pageflex Document Action API
BorderCornerRadius Property
Namespaces > Pageflex.Scripting > HorizontalGroup > BorderCornerRadius
Gets or sets the radius used to draw rounded corners on this shape.
Syntax
C# | Visual Basic | Managed C++ |
public Measurement BorderCornerRadius { get; set; }
Public Property BorderCornerRadius As Measurement
public: virtual Measurement^ BorderCornerRadius { Measurement^ get () sealed; void set (Measurement^ value) sealed; }
Remarks
Specifies a Measurement representing the radius used to draw rounded corners on this shape.
The default for new elements is 0, meaning square corners.
Exceptions
Exception | Condition |
---|---|
ValueTooSmallException | The value must be 0 or greater. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)