Shape.CanvasItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a CanvasShapes object that represents a collection of shapes in a drawing canvas.
public:
property Microsoft::Office::Interop::Word::CanvasShapes ^ CanvasItems { Microsoft::Office::Interop::Word::CanvasShapes ^ get(); };
public Microsoft.Office.Interop.Word.CanvasShapes CanvasItems { get; }
member this.CanvasItems : Microsoft.Office.Interop.Word.CanvasShapes
Public ReadOnly Property CanvasItems As CanvasShapes