MindFusion.Wpf Pack Programmer's Guide
Drawing.Pictures Property
See Also
 





Gets an enumerable with all pictures in the drawing.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IEnumerable<Picture> Pictures { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pictures As IEnumerable(Of Picture)

 Property Value

An IEnumerable object that can be used to enumerate all pictures in the drawing.

 See Also

Drawing Members
Drawing Class
MindFusion.Spreadsheet.Wpf Namespace