Pageflex Document Action API
FlexHeightBehavior Property
Namespaces > Pageflex.Scripting > IFlexibleShape > FlexHeightBehavior
Gets the FlexBehavior of this shape's height.
Syntax| C# | Visual Basic | Managed C++ |
public abstract FlexBehavior FlexHeightBehavior { get; }
Public MustOverride ReadOnly Property FlexHeightBehavior As FlexBehavior
public: virtual FlexBehavior FlexHeightBehavior { FlexBehavior get () abstract; }
RemarksReturns a FlexBehavior value specifying how the height 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)