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