Gets or sets the width of the shape.
Syntax| C# | Visual Basic | Managed C++ |
public Measurement Width { get; set; }
Public Property Width As Measurement
public: Measurement^ Width { Measurement^ get (); void set (Measurement^ value); }
RemarksSpecifies a Measurement representing the width of the shape.
Exceptions| Exception | Condition |
|---|---|
| OperationIllegalOnFlexibleShapeException | The shape's width 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)