Gets or sets the height of the shape.
Syntax| C# | Visual Basic | Managed C++ |
public Measurement Height { get; set; }
Public Property Height As Measurement
public: Measurement^ Height { Measurement^ get (); void set (Measurement^ value); }
RemarksSpecifies a Measurement representing the height of the shape.
Exceptions| Exception | Condition |
|---|---|
| OperationIllegalOnFlexibleShapeException | The shape's height is declared as flexible. |
| ElementNotVisibleException | The referenced shape is not Visible. |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
See AlsoAssembly: PFScript Version: 8.0.7.1407 (Module: PFScript)