MindFusion.Wpf Pack Programmer's Guide
Drawing Class
Remarks See Also
 





Represents a drawing within a worksheet. A drawing can contain unlimited number of visual elements such as pictures, diagrams and charts.

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

 Syntax

C#  Copy Code

public class Drawing : Canvas

Visual Basic  Copy Code

Public Class Drawing
    Inherits Canvas

 Remarks

This class cannot be instantiated directly. In order to obtain a reference to a drawing use the Drawing property of the respective Worksheet object.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Panel
                            System.Windows.Controls.Canvas
                                MindFusion.Spreadsheet.Wpf.Drawing

 See Also

Drawing Members
MindFusion.Spreadsheet.Wpf Namespace