Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / CreateParams Property


In This Topic
    CreateParams Property (FpChart)
    In This Topic
    Gets the required creation parameters when the control handle is created.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property CreateParams As CreateParams
    'Usage
     
    
    Dim instance As FpChart
    Dim value As CreateParams
     
    value = instance.CreateParams
    protected override CreateParams CreateParams {get;}
    See Also