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


In This Topic
    SegmentType Property
    In This Topic
    Gets the value that indicates whether the segment associated with the specified node is straight or curved.
    Syntax
    'Declaration
     
    
    ReadOnly Property SegmentType As SegmentType
    'Usage
     
    
    Dim instance As IShapeNode
    Dim value As SegmentType
     
    value = instance.SegmentType
    SegmentType SegmentType {get;}

    Property Value

    The segment associated with the specified node is straight or curved.
    See Also