Pageflex Document Action API
FlexHeightBehavior Property
Namespaces > Pageflex.Scripting > HorizontalGroup > FlexHeightBehavior
Gets the FlexBehavior of this shape's height.
Syntax
C# | Visual Basic | Managed C++ |
public FlexBehavior FlexHeightBehavior { get; }
Public ReadOnly Property FlexHeightBehavior As FlexBehavior
public: virtual FlexBehavior FlexHeightBehavior { FlexBehavior get () sealed; }
Remarks
Returns 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 Also
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)