Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / EnhancedSolidLine Class / CompoundType Property


In This Topic
    CompoundType Property (EnhancedSolidLine)
    In This Topic
    Gets the compound type of the line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CompoundType As CompoundType
    'Usage
     
    
    Dim instance As EnhancedSolidLine
    Dim value As CompoundType
     
    value = instance.CompoundType
    public CompoundType CompoundType {get;}
    See Also