Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / GraphicObject Property


In This Topic
    GraphicObject Property
    In This Topic
    Gets the graphic object contained by this container.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GraphicObject As GraphicObject
    'Usage
     
    
    Dim instance As GraphicFrame
    Dim value As GraphicObject
     
    value = instance.GraphicObject
    public GraphicObject GraphicObject {get;}

    Property Value

    The graphic object.
    See Also