Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollectionPropertyDescriptor Class / DesignTimeOnly Property


In This Topic
    DesignTimeOnly Property
    In This Topic
    Gets whether this member should be set only at design time.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property DesignTimeOnly As Boolean
    'Usage
     
    
    Dim instance As DoubleCollectionPropertyDescriptor
    Dim value As Boolean
     
    value = instance.DesignTimeOnly
    public override bool DesignTimeOnly {get;}
    See Also