Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollectionPropertyDescriptor Class / ComponentType Property


In This Topic
    ComponentType Property (DoubleCollectionPropertyDescriptor)
    In This Topic
    Gets the type of the component this property is bound to.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ComponentType As Type
    'Usage
     
    
    Dim instance As DoubleCollectionPropertyDescriptor
    Dim value As Type
     
    value = instance.ComponentType
    public override Type ComponentType {get;}
    See Also