Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CustomDrawingObject Class
Members


In This Topic
    CustomDrawingObject Class
    In This Topic
    Represents a drawing object displayed in a cell.
    Object Model
    CustomDrawingObject Class
    Syntax
    'Declaration
     
    Public MustInherit Class CustomDrawingObject 
       Inherits GrapeCity.Windows.SpreadSheet.Data.DrawingObject
    'Usage
     
    Dim instance As CustomDrawingObject
    public abstract class CustomDrawingObject : GrapeCity.Windows.SpreadSheet.Data.DrawingObject 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.Data.DrawingObject
          GrapeCity.Windows.SpreadSheet.UI.CustomDrawingObject

    See Also