Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeNode Interface / EditingType Property


In This Topic
    EditingType Property
    In This Topic
    Gets the value that indicates how changes made to the node affect the two segments connected to the node.
    Syntax
    'Declaration
     
    
    ReadOnly Property EditingType As EditingType
    'Usage
     
    
    Dim instance As IShapeNode
    Dim value As EditingType
     
    value = instance.EditingType
    EditingType EditingType {get;}

    Property Value

    The type of the editing.
    See Also