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({ ... }).

Remarks

Used by

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

API set: 1.1

view

Returns the view of the shape.

view?: Visio.Interfaces.ShapeViewUpdateData;

Property Value

Remarks

API set: 1.1


Feedback

Was this page helpful?