Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / IsElbow Property


In This Topic
    IsElbow Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsElbow As Boolean
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Boolean
     
    value = instance.IsElbow
    public bool IsElbow {get;}
    See Also