BorderCornerRadius Property

Pageflex Document Action API

Pageflex Document Action API BorderCornerRadius Property
Namespaces > Pageflex.Scripting > IRectangular > BorderCornerRadius
Gets or sets the radius used to draw rounded corners on this shape.
Syntax
C# Visual Basic Managed C++
public abstract Measurement BorderCornerRadius { get; set; }
Public MustOverride Property BorderCornerRadius As Measurement
public:
virtual Measurement^ BorderCornerRadius {
	Measurement^ get () abstract;
	void set (Measurement^ value) abstract;
}
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)