Visio.Interfaces.ShapeViewLoadOptions interface
Represents the ShapeView class.
Remarks
[ API set: 1.1 ]
Properties
$all | Specifying |
highlight | Represents the highlight around the shape. |
Property Details
$all
Specifying $all
for the LoadOptions loads all the scalar properties (e.g.: Range.address
) but not the navigational properties (e.g.: Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
highlight
Represents the highlight around the shape.
highlight?: boolean;
Property Value
boolean
Remarks
[ API set: 1.1 ]