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


In This Topic
    DrawingObjectManager Class
    In This Topic
    Object Model
    DrawingObjectManager Class
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class DrawingObjectManager 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As DrawingObjectManager
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class DrawingObjectManager : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Windows.SpreadSheet.UI.DrawingObjectManager

    See Also