Pageflex Document Action API
AnchorPoint Property
Namespaces > Pageflex.Scripting > AreaTemplateOval > AnchorPoint
Gets or sets the shape's anchor point.
Syntax| C# | Visual Basic | Managed C++ |
public AnchorPoint AnchorPoint { get; set; }
Public Property AnchorPoint As AnchorPoint
public: virtual AnchorPoint AnchorPoint { AnchorPoint get () sealed; void set (AnchorPoint value) sealed; }
RemarksSpecifies an AnchorPoint value representing which point of the shape should remain fixed
when its size changes due to changes in its content.
Exceptions| Exception | Condition |
|---|---|
| ShapeNotFixedException | Anchor point only applies to shapes with a fixed position. |
| ElementNotVisibleException | The referenced shape is not Visible. |
| UnsupportedPropertyCombinationException | Minimize-height text containers with runaround must have left-top anchor point. |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)