Pageflex Document Action API
FlexWidthBehavior Property
Namespaces > Pageflex.Scripting > IFlexibleShape > FlexWidthBehavior
Gets the FlexBehavior of this shape's width.
Syntax| C# | Visual Basic | Managed C++ |
public abstract FlexBehavior FlexWidthBehavior { get; }
Public MustOverride ReadOnly Property FlexWidthBehavior As FlexBehavior
public: virtual FlexBehavior FlexWidthBehavior { FlexBehavior get () abstract; }
RemarksReturns a FlexBehavior value specifying how the width of this shape is determined.
Exceptions| Exception | Condition |
|---|---|
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
See AlsoAssembly: PFScript Version: 8.0.7.1407 (Module: PFScript)