FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Styles.Base Namespace / FlexChartBaseStyles Class / TryGetProperty Method

In This Topic
    TryGetProperty Method (FlexChartBaseStyles)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetProperty( _
       ByRef value As System.Object, _
       Optional ByVal name As System.String _
    ) As System.Boolean
    public System.bool TryGetProperty( 
       out System.object value,
       System.string name
    )

    Parameters

    value
    name
    See Also