Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Visio.Interfaces.ShapeUpdateData interface
- Package:
- visio
An interface for updating data on the Shape object, for use in shape.set({ ... }).
Properties
| select | Returns true, if shape is selected. User can set true to select the shape explicitly. |
| view | Returns the view of the shape. |
Property Details
select
Returns true, if shape is selected. User can set true to select the shape explicitly.
select?: boolean;
Property Value
boolean
Remarks
view
Returns the view of the shape.
view?: Visio.Interfaces.ShapeViewUpdateData;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
