Gets a collection of all drawings contained in a text frame. The property value is an object of the type DataVisualization.DrawingCollection. The collection can be used to get or to alter a drawing's attributes and to add drawings to or to remove drawings from a text frame.

Introduced: X13.

Syntax

public DataVisualization.DrawingCollection Drawings { get; }
Public ReadOnly Property Drawings() As DataVisualization.DrawingCollection

Limitations

Read only.