Angle Property

Pageflex Document Action API

Pageflex Document Action API Angle Property
Namespaces > Pageflex.Scripting > Shape > Angle
Gets or sets the angle of the shape relative to its containing object.
Syntax
C# Visual Basic Managed C++
public double Angle { get; set; }
Public Property Angle As Double
public:
double Angle {
	double get ();
	void set (double value);
}
Remarks
Angle is specified in degrees counterclockwise, so for example a value of 90 makes "C" look like "U". Rotation is relative to the center point of the shape's bounding box.
Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)