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


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