Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / IsLegacy Property


In This Topic
    IsLegacy Property (DrawingObject)
    In This Topic
    Gets a value indicating whether the shape is a legacy shape of chart sheet.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsLegacy As Boolean
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As Boolean
     
    value = instance.IsLegacy
    public virtual bool IsLegacy {get;}
    See Also